@charset "utf-8";
/**
 * @Author   zcool
 * @Date     2017-11-20
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
ol {
  margin: 0;
  padding: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
  font-family: "PingFang HK", "Microsoft YaHei", "Arial";
}
body {
  font: 12px "PingFang HK", "Microsoft YaHei", "Arial";
  color: #0a1930;
  line-height: 1.5;
  overflow-x: hidden;
}
ol,
ul,
li {
  list-style-type: none;
  vertical-align: middle;
}
img {
  vertical-align: top;
  border: 0;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
textarea,
input {
  text-indent: 10px;
}
/*表单元素默认有10像素的缩进*/
input[type='submit'],
input[type='button'],
button {
  text-indent: 0;
  text-align: center;
  cursor: pointer;
}
label,
button,
a {
  cursor: pointer;
}
- ins,
em,
b,
i {
  text-decoration: none;
  font-style: normal;
}
/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
  outline: none;
}
/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
  color: #999;
  transition: color .5s;
}
/* 提示文字的激活样式 */
input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:hover::-moz-input-placeholder {
  color: #c2c2c2;
}
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}
/* a_link */
a {
  color: inherit;
  text-decoration: none;
}
a[href] {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
em {
  font-weight: normal;
}
a,
span,
li,
b,
i,
label,
p,
strong,
div,
h1,
h2,
h3,
h4,
h5,
h6,
font,
small,
em,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  font-size: 15px;
}
p {
  line-height: 1.8;
}
font {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  display: inline-block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/*用来解决在安卓上的点击出现篮框问题*/
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body,
html {
  height: 100%;
}
body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  background-color: #fff;
}
/*滚动动画的样式*/
.disable-hover {
  pointer-events: none;
}
.scroll-animate.animated {
  visibility: hidden;
}
.font-fadeIn font {
  display: inline-block;
}
.scrolly {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
/* 浮动与清浮动 */
.fl {
  float: left;
}
.fr {
  float: right;
}
i.iconfont {
  vertical-align: middle;
}
.cl::after {
  content: '\20';
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.text_overflow {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-ahref] {
  cursor: pointer;
}
html {
  font-size: 100px;
}
body {
  background: #000;
}
/* 初始定义 */
@font-face {
  font-family: 'word';
  src: url('../css/font/Gotham-Book_0.otf');
}
@font-face {
  font-family: 'word_b';
  src: url('../css/font/ZonaPro-Bold.otf');
}
@font-face {
  font-family: 'num';
  src: url('../css/font/word1.OTF');
}
@font-face {
  font-family: 'num_b';
  src: url('../css/font/word1.OTF');
}
.word {
  font-family: word;
}
.word_b {
  font-family: word_b;
}
.word_num {
  font-family: num;
}
.word_num_b {
  font-family: num_b;
}
.wc {
  color: #fff;
}
.mc {
  color: #cd9b42;
}
.fc {
  color: #0a1930;
}
.gc {
  color: #dddddd;
}
.d-gc {
  color: #555555;
}
.transi {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.linear-bg {
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
}
.linear-txt {
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.max-wid {
  width: 78%;
  margin: auto;
}
.full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pic > img {
  width: 100%;
  max-width: 100%;
  opacity: 0;
}
.over-2 {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.over-3 {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.over-4 {
  line-height: 24px;
  height: 96px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.layout-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.layout-flex .list {
  display: inline-block;
  float: left;
}
.layout-pa-box {
  position: relative;
}
.layout-pa-box .layout-pa-right {
  position: absolute;
  right: 0;
}
.layout-pa-box .layout-pa-left {
  position: absolute;
  left: 0;
}
.layout-more {
  overflow: hidden;
  position: relative;
  display: inline-block;
  min-width: 140px;
  padding: 8px 0;
}
.layout-more > span {
  float: left;
  height: 24px;
  line-height: 24px;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
.layout-more > i {
  float: right;
  font-size: 18px;
  height: 24px;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.layout-more .Sline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  fill: none;
  stroke-width: 2px;
  stroke: #555555;
  pointer-events: none;
  transition: all 0.6s ease-out;
}
.layout-more:hover > span {
  color: #cd9b42;
}
.layout-more:hover > i {
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  color: #cd9b42;
}
.layout-more:hover .Sline {
  stroke: #cd9b42;
  -webkit-transform: translate3d(-66%, 0, 0);
  transform: translate3d(-66%, 0, 0);
}
/* 新闻文章列表 */
.layout-articles {
  border-bottom: 1px solid #eee;
}
.layout-articles .layout-top {
  display: inline-block;
}
.layout-articles .layout-top h4.layout-title {
  text-align: left;
  font-weight: bold;
  font-size: 0.18rem;
  color: #333;
}
.layout-articles .layout-top > small {
  display: block;
  font-weight: 500;
  color: #6a6a6a;
  font-size: 0.13rem;
  margin: 0.15rem 0 0.2rem 0;
}
.layout-articles p {
  line-height: 150%;
  font-size: 14px;
}
.layout-articles .layout-btm {
  clear: both;
  height: 0.45rem;
  line-height: 0.45rem;
  padding: 0.3rem 0;
  position: relative;
  box-sizing: content-box;
}
.layout-articles .layout-btm > .btn {
  background-color: #f0f4f7;
  color: #6a6a6a;
  width: 1.25rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0.13rem;
}
.layout-articles:not(:last-child) {
  margin-bottom: 0.7rem;
}
/*box:图文结构*/
.layer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.layer-box .pic {
  display: inline-block;
}
.layer-box .con {
  display: inline-block;
}
/*box1:图片（上）+文字（下）*/
.layout-box1 {
  width: 100%;
}
.layout-box1 .photo {
  width: 100%;
  background-size: cover;
  background-position: center;
  margin-bottom: 16px;
}
.layout-box1 .photo > img {
  visibility: hidden;
}
.layout-box1 .txt h4 {
  height: 30px;
  line-height: 30px;
  margin: 30px 0;
}
.layout-box1 .txt p {
  height: 60px;
  line-height: 160%;
  overflow: hidden;
  color: #cacaca;
}
.layout-box1 .txt small {
  display: inline-block;
  margin: 18px 0;
}
/*box2:图片（左）+文字（右）*/
.layout-box2 {
  position: relative;
  padding: 20px;
  box-sizing: content-box;
  text-align: right;
}
.layout-box2 .pic {
  max-width: 50%;
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: top;
  height: 80%;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.layout-box2 .pic > img {
  opacity: 0;
  max-width: 100%;
}
.layout-box2 .txt {
  display: inline-block;
  text-align: left;
  width: 50%;
}
.layout-box2 .txt h4 {
  margin-bottom: 12px;
}
.layout-box2 .txt small {
  display: block;
  color: #8d8d8d;
}
/*列表*/
.layout-ul > li {
  height: 0.32rem;
  line-height: 0.32rem;
  position: relative;
  padding-left: 0.5rem;
}
.layout-ul > li > i {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  height: 0.3rem;
}
/*页码*/
.layout-page {
  text-align: center;
  padding: 24px 0;
}
.layout-page > ol > a {
  display: inline-block;
  margin: 0 10px;
  border: 1px solid #dddddd;
  padding: 6px 12px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  vertical-align: middle;
}
.layout-page > ol > a:hover {
  background-color: #cd9b42;
  color: #fff;
}
.layout-page > ol li {
  display: inline-block;
  background-color: #e5e5e5;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #cbcaca;
  margin: 0 5px;
  cursor: pointer;
}
.layout-page > ol li.on {
  background-color: #cd9b42;
  color: #fff;
}
/* 按钮 */
.layer-btn {
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  color: #fff;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.layer-btn > i {
  vertical-align: middle;
}
.layer-btn:hover {
  box-shadow: 0 10px 40px -5px rgba(24, 161, 232, 0.27);
}
.layout-btn {
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.layout-btn:hover {
  background: rgba(0, 0, 0, 0.6);
}
/* tab选项 */
.layout-tabBox ul.layout-part {
  overflow: hidden;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.layout-tabBox ul.layout-part > li {
  width: calc(100%/4);
  float: left;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
}
.layout-partList {
  width: 100%;
  height: 400px;
  padding: 6px;
}
/*输入框*/
.layout-inputBox {
  display: inline-block;
}
.layout-inputBox > h5 {
  height: 0.32rem;
  line-height: 0.32rem;
}
.layout-inputBox .input-text {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.layout-inputBox .input-text > input {
  width: 100%;
  height: 100%;
  background-color: white;
  border: solid 1px #d4d4d4;
  font-weight: 400;
  padding: 0 10px;
  position: relative;
  z-index: 10;
}
.layout-inputBox .input-text > input:focus {
  background-color: transparent;
  border-color: transparent;
}
.layout-inputBox .input-text > input:focus ~ .input-border {
  background-color: white;
}
.layout-inputBox .input-text > input:focus ~ .input-border:first-of-type:before {
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 100%;
}
.layout-inputBox .input-text > input:focus ~ .input-border:first-of-type:after {
  height: 100%;
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type {
  background: transparent;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type:before {
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  width: 100%;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type:after {
  height: 100%;
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
  top: 0;
}
.layout-inputBox .input-text .input-border {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.layout-inputBox .input-text .input-border:before,
.layout-inputBox .input-text .input-border:after {
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  background-color: #5b4c5c;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.layout-inputBox .input-text .input-border:first-of-type:before {
  height: 2px;
  left: 0;
  top: 0;
  width: 0;
}
.layout-inputBox .input-text .input-border:first-of-type:after {
  height: 0;
  right: 0;
  top: 0;
  width: 2px;
}
.layout-inputBox .input-text .input-border:last-of-type:before {
  background-color: #01afd1;
  height: 2px;
  top: calc(100% - 2px);
  right: 0;
  width: 0;
}
.layout-inputBox .input-text .input-border:last-of-type:after {
  background-color: #01afd1;
  height: 0;
  top: calc(100% - 2px);
  left: 0;
  width: 2px;
}
/*搜索框*/
.layout-search {
  display: inline-block;
  position: relative;
  height: 0.4rem;
  line-height: 0.4rem;
  width: 4rem;
  vertical-align: middle;
  overflow: hidden;
}
.layout-search input {
  height: 0.4rem;
  line-height: 0.4rem;
  position: relative;
  z-index: 5;
  vertical-align: top;
  border: none;
  color: #333;
  display: inline-block;
  background-color: transparent;
  width: calc(100% - 0.5rem);
  transition: all 0.3s ease-out;
  transition-delay: 0.2s;
}
.layout-search input:focus {
  background-color: transparent;
  border-color: transparent;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
.layout-search input:focus ~ .Sline {
  stroke: #cd9b42;
  -webkit-transform: translate3d(-66%, 0, 0);
  transform: translate3d(-66%, 0, 0);
}
.layout-search > a {
  display: inline-block;
  height: 0.4rem;
  line-height: 0.4rem;
  width: 0.4rem;
  text-align: center;
  color: #555555;
}
.layout-search .Sline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  fill: none;
  stroke-width: 1px;
  stroke: #555555;
  pointer-events: none;
  transition: all 0.6s ease-out;
}
/*下拉框结构*/
.layout-down {
  display: inline-block;
  padding-right: 0.4rem;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.4);
  height: 0.4rem;
  line-height: 0.4rem;
  cursor: pointer;
}
.layout-down span.downTxt {
  display: inline-block;
  width: 100px;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  padding: 0.04rem 0.08rem;
  height: 100%;
  vertical-align: top;
}
.layout-down span.downTxt:after {
  content: '';
  width: 1px;
  height: 50%;
  top: 0;
  bottom: 0;
  background-color: #ddd;
  right: 0;
  position: absolute;
  margin: auto;
  opacity: 0;
}
.layout-down span.downTxt span {
  font-size: 12px;
  opacity: 0.8;
}
.layout-down span.downIcon {
  position: absolute;
  right: 0;
  width: 0.4rem;
  top: 0;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  color: #fff;
  height: 0.4rem;
  line-height: 0.4rem;
}
.layout-down ul.down {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  z-index: 100;
  display: none;
}
.layout-down ul.down > li {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.08rem;
  background-color: #ffffff;
  float: left;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
.layout-down ul.down > li > span {
  color: #bcbcbc;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
.layout-down ul.down > li:hover {
  background-color: #cd9b42;
}
.layout-down ul.down > li:hover > span {
  color: #fff;
}
.layout-down.active span.downIcon {
  transform: scale(-1);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -o-transform: scale(-1);
  -ms-transform: scale(-1);
}
.picCut {
  position: relative;
}
.picCut > img.Tpic {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 10;
  display: none;
}
.picCut .cutItem {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.picCut .cutItem > .cut {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  overflow: hidden;
}
.picCut .cutItem > .cut > img {
  position: absolute;
  top: 0;
  left: 0;
}
.component {
  margin: 0 auto;
  position: relative;
  margin-bottom: 0.4rem;
  max-width: 100%;
}
.component > ul {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.component > ul > li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.component > ul > li > img {
  display: block;
  max-width: 100%;
  opacity: 0;
  max-height: 100%;
}
.component > ul > li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #0a1930;
  pointer-events: none;
}
.component > ul .current {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}
.component nav > a {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #5b4c5c;
  outline: none;
  overflow: visible;
  text-align: center;
  top: 50%;
  z-index: 1100;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.component nav .moveNext {
  right: 0;
}
.component .Tcon {
  position: absolute;
  width: 88%;
  height: 90%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 11;
}
.component .Tcon > small {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: max-content;
}
.component .Tcon > small > .Tpage {
  color: #fff;
}
.component .Tcon .txtChange {
  position: relative;
  height: 100%;
  width: 100%;
}
.component .Tcon .txtChange > [data-txt] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 140px;
  color: #fff;
  text-align: center;
  font-size: 0.24rem;
  pointer-events: none;
  transition: all 0.4s;
  -webkit-perspective: 1600px;
  perspective: 1600px;
}
.component .Tcon .txtChange > [data-txt].on {
  opacity: 1;
  pointer-events: auto;
}
.component .Tcon .txtChange > [data-txt].txtHide {
  -webkit-animation: fadeOut 1s forwards linear;
  animation: fadeOut 1s forwards linear;
  animation-fill-mode: both;
}
.component .Tcon .txtChange > [data-txt].txtShow {
  -webkit-animation: fadeInDownSmall 1s forwards linear;
  animation: fadeInDownSmall 1s forwards linear;
}
.component .Tcon .pageChange {
  position: absolute;
  width: max-content;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component .Tcon .pageChange > li {
  background-color: #fff;
  display: inline-block;
  float: left;
  width: 0.3rem;
  height: 0.05rem;
  line-height: 0.05rem;
  margin: 0.2rem 0.2rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.component .Tcon .pageChange > li.on {
  background-color: #cd9b42;
}
.component-small {
  width: 650px;
  height: 290px;
}
.component-small > ul {
  width: 450px;
}
.component-fullwidth {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  background: transparent;
}
.component-fullwidth > ul {
  overflow: hidden;
}
.component-fullwidth > ul > li {
  overflow: hidden;
}
.component-fullwidth > ul > li > img {
  min-width: 100%;
  max-width: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.component-transparent {
  width: 900px;
  height: 500px;
}
.component-transparent > ul {
  width: 112px;
}
.webGL-slider {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 5;
}
.webGL-slider > img {
  width: 100%;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.webGL-slider canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.webGL-slider .pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5vw;
  z-index: 6;
}
.webGL-slider .pagination > [data-slide] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border-radius: 100%;
  padding: 0;
  margin: 30px 0;
  cursor: pointer;
  position: relative;
  opacity: 0.2;
  transition: opacity 0.2s ease-in-out;
  outline: none;
}
.webGL-slider .pagination > [data-slide].on {
  opacity: 1;
}
.webGL-slider a.move-prev {
  position: absolute;
  bottom: 100%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0;
  color: #fff;
  background-color: transparent;
  font-size: 24px;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.webGL-slider a.move-prev:hover {
  opacity: 1;
}
.webGL-slider a.move-next {
  position: absolute;
  top: 100%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0;
  color: #fff;
  background-color: transparent;
  font-size: 24px;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.webGL-slider a.move-next:hover {
  opacity: 1;
}
.webGL-slider .txt-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.webGL-slider .txt-item > li {
  position: absolute;
  top: 50%;
  left: 10vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.webGL-slider .txt-item > li > a {
  position: absolute;
  display: inline-block;
  top: 30vh;
  left: 0;
}
.webGL-slider .txt-item > li > a > i {
  font-size: 32px;
  opacity: 0;
  vertical-align: middle;
  display: inline-block;
  animation: fadeInLeftSmall 1.5s ease forwards;
  animation-delay: 1s;
}
/*弹窗*/
.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.dialog .dialog_mask {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1001;
  background: rgba(55, 58, 71, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}
.dialog .dialog_content {
  width: 50%;
  max-width: 560px;
  min-width: 290px;
  background: #fff;
  padding: 4em;
  text-align: center;
  position: relative;
  z-index: 1005;
  opacity: 0;
}
.dialog.dialog--open,
.dialog.dialog--close {
  visibility: visible;
}
.dialog.dialog--open .dialog_mask,
.dialog.dialog--close .dialog_mask {
  opacity: 1;
  pointer-events: auto;
}
.dialog.dialog--open .dialog_content,
.dialog.dialog--close .dialog_content {
  opacity: 1;
  pointer-events: auto;
}
.dialog.dialog--close .dialog_mask {
  opacity: 0;
}
.fullMenu {
  position: fixed;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0 auto;
  pointer-events: none;
}
.fullMenu .menu-box {
  width: 100vw;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 100;
}
.fullMenu .menu-box .menu-item {
  display: none;
}
.fullMenu .menu-box .menu-item .menu-list {
  color: #000;
  font-family: word;
  font-size: 24px;
  opacity: 1;
  display: block;
  margin: 0.25em 0;
}
.fullMenu .menu-box .menu-item.is-opened {
  display: block;
  pointer-events: auto;
}
.fullMenu .shape-overlays {
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
}
.fullMenu .shape-overlays .shape-overlays__path:nth-of-type(1) {
  fill: #000;
}
.fullMenu .shape-overlays .shape-overlays__path:nth-of-type(2) {
  fill: #1d1d1f;
}
.fullMenu .shape-overlays .shape-overlays__path:nth-of-type(3) {
  fill: #cd9b42;
}
/*animate补充动画*/
@keyframes perspectiveUpRetourn {
  0% {
    transform-origin: 0 0;
    transform: perspective(1500px) rotateX(180deg);
  }
  100% {
    transform-origin: 0 0;
    transform: perspective(800px) rotateX(0deg);
  }
}
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, -30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownSmall {
  animation-name: fadeInDownSmall;
}
@keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0%, 30px, 0);
  }
}
.fadeOutDownSmall {
  animation-name: fadeOutDownSmall;
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
.scaleIn {
  animation-name: scaleIn;
}
@keyframes scaleIn1 {
  0% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
.scaleIn1 {
  animation-name: scaleIn1;
}
.f-70 {
  font-size: 70px;
}
.f-60 {
  font-size: 60px;
}
.f-50 {
  font-size: 50px;
}
.f-48 {
  font-size: 48px;
}
.f-46 {
  font-size: 46px;
}
.f-44 {
  font-size: 44px;
}
.f-42 {
  font-size: 42px;
}
.f-40 {
  font-size: 40px;
}
.f-38 {
  font-size: 38px;
}
.f-36 {
  font-size: 36px;
}
.f-34 {
  font-size: 34px;
}
.f-32 {
  font-size: 32px;
}
.f-30 {
  font-size: 30px;
}
.f-28 {
  font-size: 28px;
}
.f-26 {
  font-size: 26px;
}
.f-24 {
  font-size: 24px;
}
.f-22 {
  font-size: 22px;
}
.f-20 {
  font-size: 20px;
}
.f-18 {
  font-size: 18px;
}
.f-16 {
  font-size: 16px;
}
.f-14 {
  font-size: 14px;
}
.f-12 {
  font-size: 12px;
}
.f-light {
  font-weight: lighter;
}
.f-bold {
  font-weight: bold;
}
.f-500 {
  font-weight: 500;
}
.f-left {
  text-align: left;
}
.f-center {
  text-align: center;
}
.f-right {
  text-align: right;
}
.up-word {
  text-transform: uppercase;
}
.v-show {
  visibility: visible;
}
.v-hide {
  visibility: hidden;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.back-cover {
  background-size: cover;
}
.back-contain {
  background-size: contain;
}
.wid-10 {
  width: 10%;
}
.wid-15 {
  width: 15%;
}
.wid-20 {
  width: 20%;
}
.wid-25 {
  width: 25%;
}
.wid-30 {
  width: 30%;
}
.wid-35 {
  width: 35%;
}
.wid-40 {
  width: 40%;
}
.wid-45 {
  width: 45%;
}
.wid-50 {
  width: 50%;
}
.wid-55 {
  width: 55%;
}
.wid-60 {
  width: 60%;
}
.wid-65 {
  width: 65%;
}
.wid-70 {
  width: 70%;
}
.wid-75 {
  width: 75%;
}
.wid-80 {
  width: 80%;
}
.wid-85 {
  width: 85%;
}
.wid-90 {
  width: 90%;
}
.wid-95 {
  width: 95%;
}
.wid-100 {
  width: 100%;
}
.op-0 {
  opacity: 0;
}
.op-1 {
  opacity: 0.1;
}
.op-2 {
  opacity: 0.2;
}
.op-3 {
  opacity: 0.3;
}
.op-4 {
  opacity: 0.4;
}
.op-5 {
  opacity: 0.5;
}
.op-6 {
  opacity: 0.6;
}
.op-7 {
  opacity: 0.7;
}
.op-8 {
  opacity: 0.8;
}
.op-9 {
  opacity: 0.9;
}
.op-10 {
  opacity: 1;
}
.layout-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.layout-v-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.layout-h-middle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.pa-v {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.pa-h {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.pa-mid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.layout-tab {
  display: table;
}
.layout-tab > .cell {
  display: table-cell;
  vertical-align: middle;
}
.mt-1 {
  margin-top: 1px;
}
.mt-2 {
  margin-top: 2px;
}
.mt-3 {
  margin-top: 3px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-6 {
  margin-top: 6px;
}
.mt-7 {
  margin-top: 7px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-9 {
  margin-top: 9px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-14 {
  margin-top: 14px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-18 {
  margin-top: 18px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-22 {
  margin-top: 22px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-26 {
  margin-top: 26px;
}
.mt-28 {
  margin-top: 28px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-34 {
  margin-top: 34px;
}
.mt-36 {
  margin-top: 36px;
}
.mt-38 {
  margin-top: 38px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-42 {
  margin-top: 42px;
}
.mt-44 {
  margin-top: 44px;
}
.mt-46 {
  margin-top: 46px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-1 {
  margin-bottom: 1px;
}
.mb-3 {
  margin-bottom: 3px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-6 {
  margin-bottom: 6px;
}
.mb-7 {
  margin-bottom: 7px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-9 {
  margin-bottom: 9px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-14 {
  margin-bottom: 14px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-18 {
  margin-bottom: 18px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-22 {
  margin-bottom: 22px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-26 {
  margin-bottom: 26px;
}
.mb-28 {
  margin-bottom: 28px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-34 {
  margin-bottom: 34px;
}
.mb-36 {
  margin-bottom: 36px;
}
.mb-38 {
  margin-bottom: 38px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-42 {
  margin-bottom: 42px;
}
.mb-44 {
  margin-bottom: 44px;
}
.mb-46 {
  margin-bottom: 46px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.ml-1 {
  margin-left: 1px;
}
.ml-3 {
  margin-left: 3px;
}
.ml-4 {
  margin-left: 4px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-6 {
  margin-left: 6px;
}
.ml-7 {
  margin-left: 7px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-9 {
  margin-left: 9px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-12 {
  margin-left: 12px;
}
.ml-14 {
  margin-left: 14px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-18 {
  margin-left: 18px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-22 {
  margin-left: 22px;
}
.ml-24 {
  margin-left: 24px;
}
.ml-26 {
  margin-left: 26px;
}
.ml-28 {
  margin-left: 28px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-32 {
  margin-left: 32px;
}
.ml-34 {
  margin-left: 34px;
}
.ml-36 {
  margin-left: 36px;
}
.ml-38 {
  margin-left: 38px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-42 {
  margin-left: 42px;
}
.ml-44 {
  margin-left: 44px;
}
.ml-46 {
  margin-left: 46px;
}
.ml-48 {
  margin-left: 48px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-100 {
  margin-left: 100px;
}
.mr-1 {
  margin-right: 1px;
}
.mr-3 {
  margin-right: 3px;
}
.mr-4 {
  margin-right: 4px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-6 {
  margin-right: 6px;
}
.mr-7 {
  margin-right: 7px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-9 {
  margin-right: 9px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-14 {
  margin-right: 14px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-18 {
  margin-right: 18px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-22 {
  margin-right: 22px;
}
.mr-24 {
  margin-right: 24px;
}
.mr-26 {
  margin-right: 26px;
}
.mr-28 {
  margin-right: 28px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-32 {
  margin-right: 32px;
}
.mr-34 {
  margin-right: 34px;
}
.mr-36 {
  margin-right: 36px;
}
.mr-38 {
  margin-right: 38px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-42 {
  margin-right: 42px;
}
.mr-44 {
  margin-right: 44px;
}
.mr-46 {
  margin-right: 46px;
}
.mr-48 {
  margin-right: 48px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-100 {
  margin-right: 100px;
}
.pt-1 {
  padding-top: 1px;
}
.pt-3 {
  padding-top: 3px;
}
.pt-4 {
  padding-top: 4px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-6 {
  padding-top: 6px;
}
.pt-7 {
  padding-top: 7px;
}
.pt-8 {
  padding-top: 8px;
}
.pt-9 {
  padding-top: 9px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-12 {
  padding-top: 12px;
}
.pt-14 {
  padding-top: 14px;
}
.pt-16 {
  padding-top: 16px;
}
.pt-18 {
  padding-top: 18px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-22 {
  padding-top: 22px;
}
.pt-24 {
  padding-top: 24px;
}
.pt-26 {
  padding-top: 26px;
}
.pt-28 {
  padding-top: 28px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-32 {
  padding-top: 32px;
}
.pt-34 {
  padding-top: 34px;
}
.pt-36 {
  padding-top: 36px;
}
.pt-38 {
  padding-top: 38px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-42 {
  padding-top: 42px;
}
.pt-44 {
  padding-top: 44px;
}
.pt-46 {
  padding-top: 46px;
}
.pt-48 {
  padding-top: 48px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-1 {
  padding-bottom: 1px;
}
.pb-3 {
  padding-bottom: 3px;
}
.pb-4 {
  padding-bottom: 4px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-6 {
  padding-bottom: 6px;
}
.pb-7 {
  padding-bottom: 7px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pb-9 {
  padding-bottom: 9px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-12 {
  padding-bottom: 12px;
}
.pb-14 {
  padding-bottom: 14px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pb-18 {
  padding-bottom: 18px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-22 {
  padding-bottom: 22px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pb-26 {
  padding-bottom: 26px;
}
.pb-28 {
  padding-bottom: 28px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-32 {
  padding-bottom: 32px;
}
.pb-34 {
  padding-bottom: 34px;
}
.pb-36 {
  padding-bottom: 36px;
}
.pb-38 {
  padding-bottom: 38px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-42 {
  padding-bottom: 42px;
}
.pb-44 {
  padding-bottom: 44px;
}
.pb-46 {
  padding-bottom: 46px;
}
.pb-48 {
  padding-bottom: 48px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pl-1 {
  padding-left: 1px;
}
.pl-3 {
  padding-left: 3px;
}
.pl-4 {
  padding-left: 4px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-6 {
  padding-left: 6px;
}
.pl-7 {
  padding-left: 7px;
}
.pl-8 {
  padding-left: 8px;
}
.pl-9 {
  padding-left: 9px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-12 {
  padding-left: 12px;
}
.pl-14 {
  padding-left: 14px;
}
.pl-16 {
  padding-left: 16px;
}
.pl-18 {
  padding-left: 18px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-22 {
  padding-left: 22px;
}
.pl-24 {
  padding-left: 24px;
}
.pl-26 {
  padding-left: 26px;
}
.pl-28 {
  padding-left: 28px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-32 {
  padding-left: 32px;
}
.pl-34 {
  padding-left: 34px;
}
.pl-36 {
  padding-left: 36px;
}
.pl-38 {
  padding-left: 38px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-42 {
  padding-left: 42px;
}
.pl-44 {
  padding-left: 44px;
}
.pl-46 {
  padding-left: 46px;
}
.pl-48 {
  padding-left: 48px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}
.pr-1 {
  padding-right: 1px;
}
.pr-3 {
  padding-right: 3px;
}
.pr-4 {
  padding-right: 4px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-6 {
  padding-right: 6px;
}
.pr-7 {
  padding-right: 7px;
}
.pr-8 {
  padding-right: 8px;
}
.pr-9 {
  padding-right: 9px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-12 {
  padding-right: 12px;
}
.pr-14 {
  padding-right: 14px;
}
.pr-16 {
  padding-right: 16px;
}
.pr-18 {
  padding-right: 18px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-22 {
  padding-right: 22px;
}
.pr-24 {
  padding-right: 24px;
}
.pr-26 {
  padding-right: 26px;
}
.pr-28 {
  padding-right: 28px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-32 {
  padding-right: 32px;
}
.pr-34 {
  padding-right: 34px;
}
.pr-36 {
  padding-right: 36px;
}
.pr-38 {
  padding-right: 38px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-42 {
  padding-right: 42px;
}
.pr-44 {
  padding-right: 44px;
}
.pr-46 {
  padding-right: 46px;
}
.pr-48 {
  padding-right: 48px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-100 {
  padding-right: 100px;
}
@media screen and (max-width: 700px) {
  html {
    font-size: 50px;
  }
  p {
    font-size: 12px;
    line-height: 180%;
  }
  small,
  span {
    font-size: 12px;
  }
  .f-80 {
    font-size: 28px;
  }
  .f-72 {
    font-size: 26px;
  }
  .f-60 {
    font-size: 24px;
  }
  .f-50 {
    font-size: 24px;
  }
  .f-48 {
    font-size: 24px;
  }
  .f-46 {
    font-size: 22px;
  }
  .f-44 {
    font-size: 22px;
  }
  .f-42 {
    font-size: 20px;
  }
  .f-40 {
    font-size: 20px;
  }
  .f-38 {
    font-size: 18px;
  }
  .f-36 {
    font-size: 18px;
  }
  .f-34 {
    font-size: 18px;
  }
  .f-32 {
    font-size: 16px;
  }
  .f-30 {
    font-size: 16px;
  }
  .f-28 {
    font-size: 16px;
  }
  .f-26 {
    font-size: 16px;
  }
  .f-24 {
    font-size: 16px;
  }
  .f-22 {
    font-size: 16px;
  }
  .f-20 {
    font-size: 16px;
  }
  .f-18 {
    font-size: 14px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
  .mt-1 {
    margin-top: 1px;
  }
  .mt-3 {
    margin-top: 3px;
  }
  .mt-4 {
    margin-top: 4px;
  }
  .mt-5 {
    margin-top: 4px;
  }
  .mt-6 {
    margin-top: 4px;
  }
  .mt-7 {
    margin-top: 4px;
  }
  .mt-8 {
    margin-top: 4px;
  }
  .mt-9 {
    margin-top: 4px;
  }
  .mt-10 {
    margin-top: 6px;
  }
  .mt-12 {
    margin-top: 6px;
  }
  .mt-14 {
    margin-top: 6px;
  }
  .mt-16 {
    margin-top: 6px;
  }
  .mt-18 {
    margin-top: 6px;
  }
  .mt-20 {
    margin-top: 8px;
  }
  .mt-22 {
    margin-top: 8px;
  }
  .mt-24 {
    margin-top: 8px;
  }
  .mt-26 {
    margin-top: 8px;
  }
  .mt-28 {
    margin-top: 10px;
  }
  .mt-30 {
    margin-top: 10px;
  }
  .mt-32 {
    margin-top: 10px;
  }
  .mt-34 {
    margin-top: 10px;
  }
  .mt-36 {
    margin-top: 12px;
  }
  .mt-38 {
    margin-top: 12px;
  }
  .mt-40 {
    margin-top: 12px;
  }
  .mt-42 {
    margin-top: 14px;
  }
  .mt-44 {
    margin-top: 14px;
  }
  .mt-46 {
    margin-top: 16px;
  }
  .mt-48 {
    margin-top: 16px;
  }
  .mt-50 {
    margin-top: 18px;
  }
  .mt-60 {
    margin-top: 18px;
  }
  .mt-70 {
    margin-top: 20px;
  }
  .mt-80 {
    margin-top: 22px;
  }
  .mt-90 {
    margin-top: 26px;
  }
  .mt-100 {
    margin-top: 30px;
  }
  .mb-1 {
    margin-bottom: 1px;
  }
  .mb-3 {
    margin-bottom: 3px;
  }
  .mb-4 {
    margin-bottom: 4px;
  }
  .mb-5 {
    margin-bottom: 4px;
  }
  .mb-6 {
    margin-bottom: 4px;
  }
  .mb-7 {
    margin-bottom: 4px;
  }
  .mb-8 {
    margin-bottom: 4px;
  }
  .mb-9 {
    margin-bottom: 4px;
  }
  .mb-10 {
    margin-bottom: 6px;
  }
  .mb-12 {
    margin-bottom: 6px;
  }
  .mb-14 {
    margin-bottom: 6px;
  }
  .mb-16 {
    margin-bottom: 6px;
  }
  .mb-18 {
    margin-bottom: 6px;
  }
  .mb-20 {
    margin-bottom: 8px;
  }
  .mb-22 {
    margin-bottom: 8px;
  }
  .mb-24 {
    margin-bottom: 8px;
  }
  .mb-26 {
    margin-bottom: 8px;
  }
  .mb-28 {
    margin-bottom: 10px;
  }
  .mb-30 {
    margin-bottom: 10px;
  }
  .mb-32 {
    margin-bottom: 10px;
  }
  .mb-34 {
    margin-bottom: 10px;
  }
  .mb-36 {
    margin-bottom: 12px;
  }
  .mb-38 {
    margin-bottom: 12px;
  }
  .mb-40 {
    margin-bottom: 12px;
  }
  .mb-42 {
    margin-bottom: 14px;
  }
  .mb-44 {
    margin-bottom: 14px;
  }
  .mb-46 {
    margin-bottom: 16px;
  }
  .mb-48 {
    margin-bottom: 16px;
  }
  .mb-50 {
    margin-bottom: 18px;
  }
  .mb-60 {
    margin-bottom: 18px;
  }
  .mb-70 {
    margin-bottom: 20px;
  }
  .mb-80 {
    margin-bottom: 22px;
  }
  .mb-90 {
    margin-bottom: 26px;
  }
  .mb-100 {
    margin-bottom: 30px;
  }
  .ml-1 {
    margin-left: 1px;
  }
  .ml-3 {
    margin-left: 3px;
  }
  .ml-4 {
    margin-left: 4px;
  }
  .ml-5 {
    margin-left: 4px;
  }
  .ml-6 {
    margin-left: 4px;
  }
  .ml-7 {
    margin-left: 4px;
  }
  .ml-8 {
    margin-left: 4px;
  }
  .ml-9 {
    margin-left: 4px;
  }
  .ml-10 {
    margin-left: 6px;
  }
  .ml-12 {
    margin-left: 6px;
  }
  .ml-14 {
    margin-left: 6px;
  }
  .ml-16 {
    margin-left: 6px;
  }
  .ml-18 {
    margin-left: 6px;
  }
  .ml-20 {
    margin-left: 8px;
  }
  .ml-22 {
    margin-left: 8px;
  }
  .ml-24 {
    margin-left: 8px;
  }
  .ml-26 {
    margin-left: 8px;
  }
  .ml-28 {
    margin-left: 10px;
  }
  .ml-30 {
    margin-left: 10px;
  }
  .ml-32 {
    margin-left: 10px;
  }
  .ml-34 {
    margin-left: 10px;
  }
  .ml-36 {
    margin-left: 12px;
  }
  .ml-38 {
    margin-left: 12px;
  }
  .ml-40 {
    margin-left: 12px;
  }
  .ml-42 {
    margin-left: 14px;
  }
  .ml-44 {
    margin-left: 14px;
  }
  .ml-46 {
    margin-left: 16px;
  }
  .ml-48 {
    margin-left: 16px;
  }
  .ml-50 {
    margin-left: 18px;
  }
  .ml-60 {
    margin-left: 18px;
  }
  .ml-70 {
    margin-left: 20px;
  }
  .ml-80 {
    margin-left: 22px;
  }
  .ml-90 {
    margin-left: 26px;
  }
  .ml-100 {
    margin-left: 30px;
  }
  .mr-1 {
    margin-right: 1px;
  }
  .mr-3 {
    margin-right: 3px;
  }
  .mr-4 {
    margin-right: 4px;
  }
  .mr-5 {
    margin-right: 4px;
  }
  .mr-6 {
    margin-right: 4px;
  }
  .mr-7 {
    margin-right: 4px;
  }
  .mr-8 {
    margin-right: 4px;
  }
  .mr-9 {
    margin-right: 4px;
  }
  .mr-10 {
    margin-right: 6px;
  }
  .mr-12 {
    margin-right: 6px;
  }
  .mr-14 {
    margin-right: 6px;
  }
  .mr-16 {
    margin-right: 6px;
  }
  .mr-18 {
    margin-right: 6px;
  }
  .mr-20 {
    margin-right: 8px;
  }
  .mr-22 {
    margin-right: 8px;
  }
  .mr-24 {
    margin-right: 8px;
  }
  .mr-26 {
    margin-right: 8px;
  }
  .mr-28 {
    margin-right: 10px;
  }
  .mr-30 {
    margin-right: 10px;
  }
  .mr-32 {
    margin-right: 10px;
  }
  .mr-34 {
    margin-right: 10px;
  }
  .mr-36 {
    margin-right: 12px;
  }
  .mr-38 {
    margin-right: 12px;
  }
  .mr-40 {
    margin-right: 12px;
  }
  .mr-42 {
    margin-right: 14px;
  }
  .mr-44 {
    margin-right: 14px;
  }
  .mr-46 {
    margin-right: 16px;
  }
  .mr-48 {
    margin-right: 16px;
  }
  .mr-50 {
    margin-right: 18px;
  }
  .mr-60 {
    margin-right: 18px;
  }
  .mr-70 {
    margin-right: 20px;
  }
  .mr-80 {
    margin-right: 22px;
  }
  .mr-90 {
    margin-right: 26px;
  }
  .mr-100 {
    margin-right: 30px;
  }
  .pt-1 {
    padding-top: 1px;
  }
  .pt-3 {
    padding-top: 3px;
  }
  .pt-4 {
    padding-top: 4px;
  }
  .pt-5 {
    padding-top: 4px;
  }
  .pt-6 {
    padding-top: 4px;
  }
  .pt-7 {
    padding-top: 4px;
  }
  .pt-8 {
    padding-top: 4px;
  }
  .pt-9 {
    padding-top: 4px;
  }
  .pt-10 {
    padding-top: 6px;
  }
  .pt-12 {
    padding-top: 6px;
  }
  .pt-14 {
    padding-top: 6px;
  }
  .pt-16 {
    padding-top: 6px;
  }
  .pt-18 {
    padding-top: 6px;
  }
  .pt-20 {
    padding-top: 8px;
  }
  .pt-22 {
    padding-top: 8px;
  }
  .pt-24 {
    padding-top: 8px;
  }
  .pt-26 {
    padding-top: 8px;
  }
  .pt-28 {
    padding-top: 10px;
  }
  .pt-30 {
    padding-top: 10px;
  }
  .pt-32 {
    padding-top: 10px;
  }
  .pt-34 {
    padding-top: 10px;
  }
  .pt-36 {
    padding-top: 12px;
  }
  .pt-38 {
    padding-top: 12px;
  }
  .pt-40 {
    padding-top: 12px;
  }
  .pt-42 {
    padding-top: 14px;
  }
  .pt-44 {
    padding-top: 14px;
  }
  .pt-46 {
    padding-top: 16px;
  }
  .pt-48 {
    padding-top: 16px;
  }
  .pt-50 {
    padding-top: 18px;
  }
  .pt-60 {
    padding-top: 18px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pt-80 {
    padding-top: 22px;
  }
  .pt-90 {
    padding-top: 26px;
  }
  .pt-100 {
    padding-top: 30px;
  }
  .pb-1 {
    padding-bottom: 1px;
  }
  .pb-3 {
    padding-bottom: 3px;
  }
  .pb-4 {
    padding-bottom: 4px;
  }
  .pb-5 {
    padding-bottom: 4px;
  }
  .pb-6 {
    padding-bottom: 4px;
  }
  .pb-7 {
    padding-bottom: 4px;
  }
  .pb-8 {
    padding-bottom: 4px;
  }
  .pb-9 {
    padding-bottom: 4px;
  }
  .pb-10 {
    padding-bottom: 6px;
  }
  .pb-12 {
    padding-bottom: 6px;
  }
  .pb-14 {
    padding-bottom: 6px;
  }
  .pb-16 {
    padding-bottom: 6px;
  }
  .pb-18 {
    padding-bottom: 6px;
  }
  .pb-20 {
    padding-bottom: 8px;
  }
  .pb-22 {
    padding-bottom: 8px;
  }
  .pb-24 {
    padding-bottom: 8px;
  }
  .pb-26 {
    padding-bottom: 8px;
  }
  .pb-28 {
    padding-bottom: 10px;
  }
  .pb-30 {
    padding-bottom: 10px;
  }
  .pb-32 {
    padding-bottom: 10px;
  }
  .pb-34 {
    padding-bottom: 10px;
  }
  .pb-36 {
    padding-bottom: 12px;
  }
  .pb-38 {
    padding-bottom: 12px;
  }
  .pb-40 {
    padding-bottom: 12px;
  }
  .pb-42 {
    padding-bottom: 14px;
  }
  .pb-44 {
    padding-bottom: 14px;
  }
  .pb-46 {
    padding-bottom: 16px;
  }
  .pb-48 {
    padding-bottom: 16px;
  }
  .pb-50 {
    padding-bottom: 18px;
  }
  .pb-60 {
    padding-bottom: 18px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pb-80 {
    padding-bottom: 22px;
  }
  .pb-90 {
    padding-bottom: 26px;
  }
  .pb-100 {
    padding-bottom: 30px;
  }
  .pl-1 {
    padding-left: 1px;
  }
  .pl-3 {
    padding-left: 3px;
  }
  .pl-4 {
    padding-left: 4px;
  }
  .pl-5 {
    padding-left: 4px;
  }
  .pl-6 {
    padding-left: 4px;
  }
  .pl-7 {
    padding-left: 4px;
  }
  .pl-8 {
    padding-left: 4px;
  }
  .pl-9 {
    padding-left: 4px;
  }
  .pl-10 {
    padding-left: 6px;
  }
  .pl-12 {
    padding-left: 6px;
  }
  .pl-14 {
    padding-left: 6px;
  }
  .pl-16 {
    padding-left: 6px;
  }
  .pl-18 {
    padding-left: 6px;
  }
  .pl-20 {
    padding-left: 8px;
  }
  .pl-22 {
    padding-left: 8px;
  }
  .pl-24 {
    padding-left: 8px;
  }
  .pl-26 {
    padding-left: 8px;
  }
  .pl-28 {
    padding-left: 10px;
  }
  .pl-30 {
    padding-left: 10px;
  }
  .pl-32 {
    padding-left: 10px;
  }
  .pl-34 {
    padding-left: 10px;
  }
  .pl-36 {
    padding-left: 12px;
  }
  .pl-38 {
    padding-left: 12px;
  }
  .pl-40 {
    padding-left: 12px;
  }
  .pl-42 {
    padding-left: 14px;
  }
  .pl-44 {
    padding-left: 14px;
  }
  .pl-46 {
    padding-left: 16px;
  }
  .pl-48 {
    padding-left: 16px;
  }
  .pl-50 {
    padding-left: 18px;
  }
  .pl-60 {
    padding-left: 18px;
  }
  .pl-70 {
    padding-left: 20px;
  }
  .pl-80 {
    padding-left: 22px;
  }
  .pl-90 {
    padding-left: 26px;
  }
  .pl-100 {
    padding-left: 30px;
  }
  .pr-1 {
    padding-right: 1px;
  }
  .pr-3 {
    padding-right: 3px;
  }
  .pr-4 {
    padding-right: 4px;
  }
  .pr-5 {
    padding-right: 4px;
  }
  .pr-6 {
    padding-right: 4px;
  }
  .pr-7 {
    padding-right: 4px;
  }
  .pr-8 {
    padding-right: 4px;
  }
  .pr-9 {
    padding-right: 4px;
  }
  .pr-10 {
    padding-right: 6px;
  }
  .pr-12 {
    padding-right: 6px;
  }
  .pr-14 {
    padding-right: 6px;
  }
  .pr-16 {
    padding-right: 6px;
  }
  .pr-18 {
    padding-right: 6px;
  }
  .pr-20 {
    padding-right: 8px;
  }
  .pr-22 {
    padding-right: 8px;
  }
  .pr-24 {
    padding-right: 8px;
  }
  .pr-26 {
    padding-right: 8px;
  }
  .pr-28 {
    padding-right: 10px;
  }
  .pr-30 {
    padding-right: 10px;
  }
  .pr-32 {
    padding-right: 10px;
  }
  .pr-34 {
    padding-right: 10px;
  }
  .pr-36 {
    padding-right: 12px;
  }
  .pr-38 {
    padding-right: 12px;
  }
  .pr-40 {
    padding-right: 12px;
  }
  .pr-42 {
    padding-right: 14px;
  }
  .pr-44 {
    padding-right: 14px;
  }
  .pr-46 {
    padding-right: 16px;
  }
  .pr-48 {
    padding-right: 16px;
  }
  .pr-50 {
    padding-right: 18px;
  }
  .pr-60 {
    padding-right: 18px;
  }
  .pr-70 {
    padding-right: 20px;
  }
  .pr-80 {
    padding-right: 22px;
  }
  .pr-90 {
    padding-right: 26px;
  }
  .pr-100 {
    padding-right: 30px;
  }
}
/* input:range样式 */
input[type=range] {
  -webkit-appearance: none;
  width: 300px;
  background: -webkit-linear-gradient(#059cfa, #059cfa) no-repeat;
  background-size: 0% 100%;
  border-radius: 10px;
  /*这个属性设置使填充进度条时的图形为圆角*/
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 2px;
  border-radius: 0px;
  /*将轨道设为圆角的*/
  box-shadow: 0 1px 1px #def3f8, inset 0 12px 12px #0d1112;
  /*轨道内置阴影效果*/
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 25px;
  width: 25px;
  margin-top: -12px;
  /*使滑块超出轨道部分的偏移量相等*/
  background: #69adff;
  border-radius: 50%;
  /*外观设置为圆形*/
  border: solid 0.125em rgba(205, 224, 230, 0.5);
  /*设置边框*/
  box-shadow: 0 .125em .125em #3b4547;
  /*添加底部阴影*/
}
input[type=range]::-moz-range-progress {
  background: linear-gradient(to right, #059cfa, #ffffff 100%, #ffffff);
  height: 13px;
  border-radius: 10px;
}
input[type=range]::-ms-track {
  height: 25px;
  border-radius: 10px;
  box-shadow: 0 1px 1px #def3f8, inset 0 .125em .125em #0d1112;
  border-color: transparent;
  /*去除原有边框*/
  color: transparent;
  /*去除轨道内的竖线*/
}
input[type=range]::-ms-thumb {
  border: solid 0.125em rgba(205, 224, 230, 0.5);
  height: 25px;
  width: 25px;
  border-radius: 50%;
  background: #ffffff;
  margin-top: -5px;
  box-shadow: 0 .125em .125em #3b4547;
}
input[type=range]::-ms-fill-lower {
  /*进度条已填充的部分*/
  height: 22px;
  border-radius: 10px;
  background: linear-gradient(to right, #059cfa, #ffffff 100%, #ffffff);
}
input[type=range]::-ms-fill-upper {
  /*进度条未填充的部分*/
  height: 22px;
  border-radius: 10px;
  background: #ffffff;
}
input[type=range]:focus::-ms-fill-lower {
  background: linear-gradient(to right, #059cfa, #ffffff 100%, #ffffff);
}
input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}
/*基础结构*/
.d-gc {
  color: #6f6f6f;
}
#bloc {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}
#bloc #loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #34495e;
}
#bloc #loader #loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#bloc header {
  position: fixed;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  top: 0;
  z-index: 1005;
  background-color: #fff;
  box-shadow: 0 14px 56px -15px rgba(10, 25, 48, 0.2);
  /* pc端导航 */
  /* 手机端菜单 */
}
#bloc header #logo {
  left: 3%;
  height: 68%;
}
#bloc header nav.pc-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 0;
  height: 100%;
}
#bloc header nav.pc-nav > ul {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bloc header nav.pc-nav > ul > li {
  width: 1.2rem;
  text-align: center;
  padding: 0 0.12rem;
  box-sizing: content-box;
  position: relative;
  height: 0.4rem;
  line-height: 0.4rem;
}
#bloc header nav.pc-nav > ul > li > a {
  display: inline-block;
  text-align: center;
  width: 100%;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header nav.pc-nav > ul > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 74%;
  height: 2px;
  background-color: #cd9b42;
  opacity: 0;
  bottom: -0.2rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header nav.pc-nav > ul > li:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 28%;
  right: 0;
  background-color: #eee;
}
#bloc header nav.pc-nav > ul > li:hover > a {
  color: #cd9b42;
}
#bloc header nav.pc-nav > ul > li.on > a {
  color: #cd9b42;
}
#bloc header nav.pc-nav > ul > li.on > a:after {
  opacity: 1;
}
#bloc header nav.app-nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 50px;
}
#bloc header nav.app-nav > ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  height: calc(100vh - 50px);
  overflow: auto;
}
#bloc header nav.app-nav > ul > li {
  width: 100%;
  text-align: center;
  background-color: #f0f5f9;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  line-height: 50px;
}
#bloc header nav.app-nav > ul > li > a {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.7);
  height: 50px;
  line-height: 50px;
}
#bloc header nav.app-nav > ul > li.child-Down > .child-nav {
  padding: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#bloc header nav.app-nav > ul > li.child-Down > .child-nav > li {
  width: 50%;
  text-align: center;
  line-height: 50px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  height: 0;
}
#bloc header nav.app-nav > ul > li.child-Down > .child-nav > li > a {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.6);
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
#bloc header nav.app-nav > ul > li.child-Down > .child-nav.on > li {
  height: 50px;
}
#bloc header nav.app-nav .getAppNav {
  font-size: 0.28rem;
  z-index: 6;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  right: 0;
  text-align: center;
  cursor: pointer;
}
#bloc header nav.app-nav .getAppNav > span {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #666;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header nav.app-nav .getAppNav:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #666;
  top: -16px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header nav.app-nav .getAppNav:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #666;
  top: 16px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header nav.app-nav .menuActive > span {
  opacity: 0 !important;
}
#bloc header nav.app-nav .menuActive:after {
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  top: 0px !important;
}
#bloc header nav.app-nav .menuActive:before {
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  top: 0px !important;
}
#bloc header .childNav {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: -1;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: height 0.3s ease-in-out;
  height: 0.8rem;
  opacity: 1;
}
#bloc header .childNav > ul {
  height: 0.8rem;
  background-color: #e9ecf1;
  position: absolute;
  left: 0;
  transition: top 0.3s linear;
  top: -100%;
  width: 100%;
  transform-origin: 50% 0;
  pointer-events: none;
}
#bloc header .childNav > ul > a {
  display: inline-block;
  height: 100%;
  width: 1.2rem;
  padding: 0 0.12rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
#bloc header .childNav > ul > a:hover {
  color: #cd9b42;
}
#bloc header .childNav > ul.go {
  top: 0;
  pointer-events: auto;
}
#bloc header .childNav.on {
  height: 0.8rem;
  opacity: 1;
}
#bloc header #icon-item {
  position: absolute;
  right: calc(3%);
  top: 0;
  height: 100%;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  #bloc header #icon-item {
    right: calc(3% + 40px);
  }
}
#bloc header #icon-item > a,
#bloc header #icon-item > span {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header #icon-item > a:hover,
#bloc header #icon-item > span:hover {
  color: #cd9b42;
}
#bloc header #icon-item .language {
  position: relative;
  height: 0.8rem;
  line-height: 0.8rem;
}
#bloc header #icon-item .language .sub {
  position: absolute;
  top: 88%;
  right: 0;
  min-width: 160px;
  display: none;
  margin-top: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
#bloc header #icon-item .language .sub:after {
  content: '◆';
  position: absolute;
  top: 0;
  width: 1rem;
  right: 0;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  color: #fff;
  height: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
}
#bloc header #icon-item .language .sub dd a {
  width: auto;
  display: block;
  height: auto;
  line-height: 45px;
  background: #fff;
  color: #666;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header #icon-item .language .sub dd a:hover {
  background-color: #cd9b42;
  color: #fff;
}
#bloc header #icon-item .language .sub dd:first-of-type a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}
#bloc header #icon-item .language .sub dd:last-of-type a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  #bloc header #icon-item .language:hover .sub {
    display: block;
  }
}
#bloc header #icon-item .search {
  position: relative;
  height: 0.8rem;
  line-height: 0.8rem;
}
#bloc header #icon-item .search .search-box {
  position: absolute;
  display: none;
  top: 100%;
  width: 5rem;
  background-color: #e9ecf1;
  right: -2rem;
}
#bloc header #icon-item .search:hover .search-box {
  display: block;
}
#bloc header #icon-item .net {
  position: relative;
  height: 0.8rem;
  line-height: 0.8rem;
}
#bloc header #icon-item .net .sub {
  position: absolute;
  top: 88%;
  right: 0;
  min-width: 160px;
  display: none;
  margin-top: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
#bloc header #icon-item .net .sub:after {
  content: '◆';
  position: absolute;
  top: 0;
  width: 1rem;
  right: 0;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  margin-top: -10px;
  color: #fff;
  height: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
}
#bloc header #icon-item .net .sub dd a {
  width: auto;
  display: block;
  height: auto;
  line-height: 45px;
  background: #fff;
  color: #666;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#bloc header #icon-item .net .sub dd a:hover {
  background-color: #cd9b42;
  color: #fff;
}
#bloc header #icon-item .net .sub dd:first-of-type a {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
}
#bloc header #icon-item .net .sub dd:last-of-type a {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 600px) {
  #bloc header #icon-item .net:hover .sub {
    display: block;
  }
}
#bloc .wrapper {
  position: relative;
  z-index: 10;
}
#bloc footer {
  background-color: #0a1930;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 10;
  padding-top: 0.3rem;
}
#bloc footer #toTop {
  position: fixed;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  line-height: 0.5rem;
  text-align: center;
  background-color: #cd9b42;
}
#bloc footer .f-con {
  width: 88%;
  margin: auto;
  padding: 0.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#bloc footer .f-con .list.left {
  width: 284px;
}
#bloc footer .f-con .list.left > ol span {
  color: #fff;
  opacity: 0.6;
  margin-right: 16px;
}
#bloc footer .f-con .list.left > ol > a {
  padding-right: 16px;
  font-size: 32px;
  color: #ffffff;
}
#bloc footer .f-con .list.mid {
  display: flex;
  justify-content: space-between;
  width: 600px;
}
#bloc footer .f-con .list.mid > ul > a {
  color: rgba(255, 255, 255, 0.6);
  padding: 6px 0;
  width: 100%;
  display: block;
}
#bloc footer .f-con .list.mid > ul > a:first-of-type {
  color: #ffffff;
}
#bloc footer .f-con .list.right {
  width: 256px;
  text-align: center;
}
#bloc footer .f-con .list.right > img {
  max-width: 100%;
  display: inline-block;
}
#bloc footer .f-btm {
  padding: 0.3rem;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#bloc.after-inner footer {
  position: relative;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  pointer-events: auto;
}
/*页面结构*/
#index {
  height: 100vh;
  overflow: hidden;
}
#index .ani-fadeIn {
  opacity: 0;
}
#index .title {
  text-align: center;
}
#index .title small {
  color: #999999;
  font-size: 20px;
}
#index .row {
  height: 100vh;
  background-color: #fff;
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
}
#index .row.on {
  z-index: 4;
  opacity: 1;
}
#index .row.navInPrev {
  pointer-events: none;
  opacity: 1;
  -webkit-animation: slideInHalfFromTop 0.7s forwards ease-in-out;
  animation: slideInHalfFromTop 0.7s forwards ease-in-out;
}
#index .row.navOutPrev {
  pointer-events: none;
  opacity: 1;
  -webkit-animation: slideOutBottom 0.7s forwards ease-in-out;
  animation: slideOutBottom 0.7s forwards ease-in-out;
}
#index .row.navInNext {
  pointer-events: none;
  opacity: 1;
  z-index: 100;
  -webkit-animation: slideInFromBottom 0.7s forwards ease-in-out;
  animation: slideInFromBottom 0.7s forwards ease-in-out;
}
#index .row.navOutNext {
  pointer-events: none;
  opacity: 1;
  -webkit-animation: slideOutHalfTop 0.7s forwards ease-in-out;
  animation: slideOutHalfTop 0.7s forwards ease-in-out;
}
#index #top .indexBanner {
  padding-top: 0.8rem;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#index #top .indexBanner #component .itemwrap .go {
  transform: scale(1.2);
}
#index #top .indexBanner #component .Tcon > small {
  right: 0;
  left: auto;
  top: 64%;
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  padding-left: 120px;
  transform-origin: 100% 50%;
  white-space: nowrap;
}
#index #top .indexBanner #component .Tcon > small .process {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 105px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.4);
}
#index #top .indexBanner #component .Tcon > small .process:before {
  content: "";
  position: absolute;
  z-index: 3;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  line-height: 6px;
  text-align: center;
  left: 0;
  top: -2px;
  background-color: #fff;
}
#index #top .indexBanner #component .Tcon > small .process:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
}
#index #top .indexBanner #component .Tcon > small .process.on:after {
  animation: process 5s ease-out;
}
@keyframes process {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
#index #top .indexBanner #component .Tcon > small .Tpage {
  display: inline-block;
  width: 42px;
  text-align: center;
}
#index #top .indexBanner #component .Tcon .txtChange small {
  letter-spacing: 2px;
}
#index #top .indexBanner #component nav {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
  left: 0;
  width: 100%;
}
#index #top .indexBanner #component nav .moveNext {
  bottom: 0;
  margin: auto;
  font-size: 24px;
}
#index #top .indexBanner #component nav .movePrev {
  bottom: 0;
  margin: auto;
  font-size: 24px;
}
#index #r1 {
  overflow: hidden;
}
#index #r1 .fl {
  width: 50%;
  height: 60%;
  background: url(../img/bg1.png) center no-repeat #ffffff;
  background-size: 54%;
  position: relative;
}
#index #r1 .fl .con {
  position: absolute;
  width: 70%;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#index #r1 .fl .con .line {
  position: relative;
  height: 2px;
  margin: 0.32rem 0;
}
#index #r1 .fl .con .line:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 30px;
  background-color: #cd9b42;
}
#index #r1 .fr {
  width: 50%;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#index #r1 .fr #i-item {
  position: absolute;
  z-index: 6;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 70%;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#index #r1 .fr #i-item > li {
  width: calc(100%/3);
  text-align: center;
  margin: 0.3rem 0;
}
#index #r1 .fr #i-item > li > i {
  color: #fff;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#index #r1 .fr #i-item > li span {
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#index #r1 .fr #i-item > li:hover > i,
#index #r1 .fr #i-item > li:hover > span {
  color: #cd9b42;
}
#index #r1 .fr:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0a1930;
  opacity: 0.1;
}
#index #r2 {
  position: relative;
}
#index #r2 .rowMain {
  padding-top: 0.6rem;
  width: 84%;
  margin: auto;
  position: relative;
  z-index: 5;
}
#index #r2 .rowMain .con {
  padding: 0.6rem 0;
  height: calc(100vh - 1.2rem);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#index #r2 .rowMain .con .fl h2 {
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.14);
}
#index #r2 .rowMain .con .fl small {
  line-height: 1.2;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.14);
}
#index #r2 .rowMain .con .fl > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#index #r2 .rowMain .con .fl > ul > li {
  width: 1.3rem;
  height: 1.3rem;
  border: 2px solid #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  padding: 8px;
  position: relative;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}
#index #r2 .rowMain .con .fl > ul > li > i {
  position: absolute;
  opacity: 0.98;
  left: 8px;
  top: 8px;
  line-height: 24px;
  z-index: 5;
}
#index #r2 .rowMain .con .fl > ul > li .note {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 5;
}
#index #r2 .rowMain .con .fl > ul > li:after {
  content: "";
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background-color: #cd9b42;
}
#index #r2 .rowMain .con .fl > ul > li:hover,
#index #r2 .rowMain .con .fl > ul > li.on {
  border-color: #cd9b42;
}
#index #r2 .rowMain .con .fl > ul > li:hover:after,
#index #r2 .rowMain .con .fl > ul > li.on:after {
  opacity: 1;
}
#index #r2 .rowMain .con .fr {
  text-align: right;
  position: relative;
  height: 100vh;
}
#index #r2 .rowMain .con .fr .cir-box {
  display: flex;
  width: 80%;
  left: 20%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#index #r2 .rowMain .con .fr .cir-box .mid-box {
  display: inline-block;
  transform: translateX(20px);
  opacity: 0;
}
#index #r2 .rowMain .con .fr .cir-box .mid-box > i {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  line-height: 1rem;
  text-align: center;
  display: inline-block;
  margin-top: 0.6rem;
  background-color: #cd9b42;
  color: #fff;
  font-size: 44px;
}
#index #r2 .rowMain .con .fr .cir-box .mid-box > i h1,
#index #r2 .rowMain .con .fr .cir-box .mid-box > i h5 {
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.14);
}
#index #r2 .rowMain .con .fr .cir-box.on {
  opacity: 1;
  visibility: visible;
}
#index #r2 .rowMain .con .fr .cir-box.on .mid-box {
  transform: none;
  opacity: 1;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
}
#index #r2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: visible;
  transition: all 1.5s ease-in-out;
  -webkit-transition: all 1.5s ease-in-out;
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  -ms-transition: all 1.5s ease-in-out;
}
#index #r2 .bg.on {
  visibility: visible;
  opacity: 1;
  z-index: 3;
  animation: scaleIn 1.5s ease-in-out;
}
#index #r2:after {
  content: "";
  z-index: 4;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0a1930;
  opacity: 0.1;
}
#index #r3 .rowMain {
  padding-top: 1.2rem;
  width: 84%;
  margin: auto;
  position: relative;
  z-index: 5;
}
#index #r3 .rowMain .con {
  padding: 0.6rem 0 1rem;
  display: flex;
  align-items: center;
  margin-top: 1.7rem;
}
#index #r3 .rowMain .con .box {
  position: relative;
  width: 46%;
  max-width: 580px;
  margin-left: 52%;
  margin-right: 2%;
  padding: 0.5rem 3% 0.8rem 12%;
  border: 4px solid #d6dfe3;
}
#index #r3 .rowMain .con .box .note {
  position: absolute;
  transform-origin: 0 50%;
  left: 14%;
  bottom: 0.8rem;
  transform: rotate(-90deg);
  text-transform: uppercase;
}
#index #r3 .rowMain .con .box .pic {
  position: absolute;
  width: 40vw;
  right: 93%;
  max-width: 650px;
  bottom: 0.4rem;
  box-shadow: 0 14px 84px -4px rgba(26, 26, 26, 0.14);
}
@media screen and (min-height: 650px) {
  #index #r3 .rowMain .con .box .pic {
    width: 35vw;
  }
}
#index #r3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../img/bg3.png) center no-repeat;
  background-size: 100%;
}
.after-inner .wrapper {
  background-color: #fff;
}
.after-inner #top {
  padding-top: 0.8rem;
}
.after-inner #top .banner {
  overflow: hidden;
}
.after-inner #top .banner > img {
  opacity: 1;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transition: all 2s ease-out;
}
.after-inner #top .banner > img.go {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.after-inner #top .banner .msg {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.after-inner #top .banner .msg h1 {
  position: relative;
  letter-spacing: 20px;
  opacity: 0;
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transition: all 1.2s ease-out;
}
.after-inner #top .banner .msg h1:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 24px;
  height: 2px;
  background-color: #fff;
}
.after-inner #top .banner .msg h1.go {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  letter-spacing: 0;
}
.after-inner #top .banner .msg > div {
  font-family: "PingFang HK", "Microsoft YaHei", "Arial";
  font-weight: lighter;
}
#intro {
  background-color: #fff;
}
#intro #r1 .rowMain {
  padding: 0.7rem 0;
}
#intro #r1 .rowMain > img {
  width: 24%;
  right: 0;
}
#intro #r1 .rowMain .con {
  width: 65%;
}
#intro #r1 .rowMain .con > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#intro #r1 .rowMain .con > ul > li {
  width: 1.3rem;
  height: 1.3rem;
  cursor: pointer;
  min-width: 80px;
  min-height: 80px;
  border: 2px solid #dddddd;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  padding: 8px;
  position: relative;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}
#intro #r1 .rowMain .con > ul > li > i {
  position: absolute;
  opacity: 0.98;
  left: 8px;
  top: 8px;
  line-height: 24px;
  z-index: 5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#intro #r1 .rowMain .con > ul > li .note {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 5;
}
#intro #r1 .rowMain .con > ul > li .note h3,
#intro #r1 .rowMain .con > ul > li .note small {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#intro #r1 .rowMain .con > ul > li:after {
  content: "";
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
}
#intro #r1 .rowMain .con > ul > li:hover,
#intro #r1 .rowMain .con > ul > li.on {
  border-color: #0c94d4;
}
#intro #r1 .rowMain .con > ul > li:hover > i,
#intro #r1 .rowMain .con > ul > li.on > i {
  color: #fff;
}
#intro #r1 .rowMain .con > ul > li:hover .note h3,
#intro #r1 .rowMain .con > ul > li.on .note h3,
#intro #r1 .rowMain .con > ul > li:hover .note small,
#intro #r1 .rowMain .con > ul > li.on .note small {
  color: #fff;
}
#intro #r1 .rowMain .con > ul > li:hover:after,
#intro #r1 .rowMain .con > ul > li.on:after {
  opacity: 1;
}
#intro #r2 .rowMain {
  padding: 0.7rem 0;
  display: table;
}
#intro #r2 .rowMain > img {
  width: 64%;
  display: table-cell;
}
#intro #r2 .rowMain .con {
  display: table-cell;
  width: 60%;
  right: 0;
  vertical-align: middle;
}
#intro #r2 .rowMain .con .data-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#intro #r2 .rowMain .con .data-item > li {
  display: inline-block;
  float: left;
}
#intro #r2 .rowMain .con .data-item > li > span {
  display: block;
  position: relative;
  line-height: 72px;
  background: -webkit-linear-gradient(#137acc, #03aedb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
#intro #r2 .rowMain .con .data-item > li > span > font {
  background: -webkit-linear-gradient(#137acc, #03aedb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
}
#intro #r2 .rowMain .con .data-item > li > span > img {
  position: absolute;
  z-index: -1;
  bottom: 12px;
  right: 0;
  height: 80%;
  margin: auto;
}
#intro #r2 .rowMain .con .data-item > li small {
  display: block;
  text-align: center;
  letter-spacing: 2px;
  font-size: 14px;
}
#intro #r3 .rowMain {
  padding: 1rem 0;
}
#intro #r3 .rowMain .box {
  right: 0;
  width: 46%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  align-items: center;
}
#intro #r3 .rowMain .box > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  width: 50%;
}
#intro #r3 .rowMain .box .item {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#intro #r3 .rowMain .box .item > li {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 20px;
  position: relative;
  background: url(../img/m-bg2.png) center no-repeat;
  background-size: cover;
  text-align: left;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#intro #r3 .rowMain .box .item > li > span {
  line-height: 8px;
  display: block;
}
#intro #r3 .rowMain .box .item > li .pa {
  position: relative;
}
#intro #r3 .rowMain .con {
  width: 50%;
}
#intro #r4 .rowMain {
  padding: 1.8rem 0 1rem 0;
}
#intro #r4 .rowMain .box {
  position: relative;
}
#intro #r4 .rowMain .box #layer-item {
  position: absolute;
  height: 220px;
  width: 36%;
  bottom: 0;
  left: 0;
}
#intro #r4 .rowMain .box #layer-item .layer {
  position: absolute;
  bottom: 0;
  animation-fill-mode: inherit;
}
#intro #r4 .rowMain .box #layer-item .layer img {
  width: 100%;
}
#intro #r4 .rowMain .box .title {
  width: 64%;
  margin-left: 36%;
  overflow: hidden;
}
#intro #r4 .rowMain .box .title > span {
  display: inline-block;
}
#intro #r4 .rowMain .box .title > span:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100vw;
  left: 120%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #555555;
}
#intro #r4 .rowMain .con {
  margin-top: 0.8rem;
}
#intro #r4 .rowMain .con .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#intro #r4 .rowMain .con .item > li {
  display: inline-block;
  width: 27%;
}
#history #r1 {
  padding: 0.8rem 0;
  padding-bottom: 10px;
}
#history #r1 .rowMain {
  width: 74%;
  margin: auto;
}
#history #r2 {
  padding-bottom: 1rem;
}
#history #r2 .time-line {
  width: 100%;
  padding-top: 4rem;
  margin: auto;
  overflow: hidden;
  box-sizing: content-box;
}
#history #r2 .time-line .time-city {
  position: relative;
}
#history #r2 .time-line .time-city .time-event {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 0;
  width: 100%;
  left: 0%;
  z-index: 10;
  height: 130%;
}
#history #r2 .time-line .time-city .time-event > li {
  position: absolute;
  max-width: 20vw;
}
#history #r2 .time-line .time-city .time-event > li h3 {
  position: relative;
  height: 44px;
  line-height: 30px;
  font-size: 16px;
  color: #b5ccd8;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}
#history #r2 .time-line .time-city .time-event > li h3:after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  bottom: 0;
  opacity: 0;
}
#history #r2 .time-line .time-city .time-event > li h4 {
  white-space: nowrap;
  display: none;
}
#history #r2 .time-line .time-city .time-event > li > ol {
  opacity: 0.6;
  margin-left: 20px;
  margin-top: 10px;
  display: none;
  max-width: 50vw;
}
#history #r2 .time-line .time-city .time-event > li > ol > li {
  margin-bottom: 6px;
}
#history #r2 .time-line .time-city .time-event > li > ol > li span {
  font-size: 14px;
}
#history #r2 .time-line .time-city .time-event > li > ol.on {
  display: block;
}
#history #r2 .time-line .time-city .time-event > li:after {
  content: "";
  position: absolute;
  top: 36px;
  left: 0px;
  border-left: 1px solid #eee;
  height: 100vh;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#history #r2 .time-line .time-city .time-event > li.on {
  bottom: 108%;
}
#history #r2 .time-line .time-city .time-event > li.on h3 {
  font-size: 26px;
  color: #137acc;
}
#history #r2 .time-line .time-city .time-event > li.on h3:after {
  opacity: 1;
}
#history #r2 .time-line .time-city .time-event > li.on h4 {
  display: block;
}
#history #r2 .time-line .time-city .time-event > li.on > ol {
  display: block;
}
#history #r2 .time-line .time-city .time-event > li.on:after {
  top: 100px;
  border-color: #b6ddf1;
}
#history #r2 .time-line .time-city .city-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  pointer-events: none;
  background: url(../img/city.png) left no-repeat;
  background-size: auto 100%;
}
#history #r2 .time-line .time-city > div.city-mask {
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  z-index: 13;
  transition: width 0.5s ease-in-out;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  -ms-transition: width 0.5s ease-in-out;
}
#history #r2 .time-line .time-city > div.city-mask > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#history #r2 .time-line .time-city:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 1920px;
  background-color: #ce011a;
  right: 100%;
  bottom: 0;
}
#history #r2 .time-line .time-city:before {
  background-color: #d1d1d1;
  content: "";
  position: absolute;
  height: 2px;
  width: 1920px;
  left: 100%;
  bottom: 0;
}
#history #r2 .time-line .time-city .other {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}
#history #r2 .time-line .time-city .other .right {
  right: 0;
  position: absolute;
  width: 14%;
  bottom: 53%;
}
#history #r2 .time-line .time-city .other .left {
  position: absolute;
  right: 89%;
  bottom: 0;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
#history #r2 .time {
  position: relative;
  margin-top: 0.6rem;
}
#history #r2 .time:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 16px;
  background-color: #eee;
  z-index: 3;
}
#history #r2 .time .time-box {
  width: 60%;
  max-width: 978px;
  margin: auto;
  margin-bottom: 10px;
  position: relative;
  z-index: 4;
}
#history #r2 .time .time-box .time-con {
  overflow: hidden;
  height: 86px;
  position: relative;
}
#history #r2 .time .time-box .time-con .time-item {
  position: absolute;
  white-space: nowrap;
  width: 1225%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
#history #r2 .time .time-box .time-con .time-item > li {
  display: inline-block;
  float: left;
  font-family: word;
  font-size: 16px;
  color: #bfbfbf;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding-bottom: 20px;
  box-sizing: content-box;
  width: 1%;
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
#history #r2 .time .time-box .time-con .time-item > li:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  line-height: 14px;
  text-align: center;
  left: -1px;
  right: 0;
  margin: auto;
  bottom: -11px;
  border: 4px solid #137acc;
  background-color: #fff;
  z-index: 6;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#history #r2 .time .time-box .time-con .time-item > li:after {
  content: "";
  position: absolute;
  height: 16px;
  width: 1px;
  bottom: -8px;
  background-color: #eee;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#history #r2 .time .time-box .time-con .time-item > li.on {
  color: #137acc;
  line-height: 30px;
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
}
#history #r2 .time .time-box .time-con .time-item > li.on:before {
  opacity: 1;
}
#history #r2 .time .time-box .time-con .time-item > li.on:after {
  background-color: #137acc;
  bottom: -11px;
  transform: scaleY(2);
  -webkit-transform: scaleY(2);
  -moz-transform: scaleY(2);
  -o-transform: scaleY(2);
  -ms-transform: scaleY(2);
}
#history #r2 .time .time-box .time-con .time-item > li:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  color: #137acc;
  line-height: 30px;
}
#history #r2 .time .time-box .time-con .time-item > li:hover:after {
  bottom: -11px;
  background-color: #137acc;
  transform: scaleY(2);
  -webkit-transform: scaleY(2);
  -moz-transform: scaleY(2);
  -o-transform: scaleY(2);
  -ms-transform: scaleY(2);
}
#history #r2 .time .time-box > a {
  position: absolute;
  top: 0;
  overflow: hidden;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background-color: #dbdbdb;
}
#history #r2 .time .time-box > a > i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: #fff;
  z-index: 5;
}
#history #r2 .time .time-box > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#history #r2 .time .time-box > a.prev {
  right: 102%;
}
#history #r2 .time .time-box > a.next {
  left: 102%;
}
#history #r2 .time .time-box > a.next.go:after {
  opacity: 1;
}
#history #r2 .time .time-box > a:hover:after {
  opacity: 1;
}
@media screen and (max-height: 720px) {
  #history #myCon {
    height: 0 !important;
  }
}
#history #r3 .time-event2 {
  position: relative;
  display: flex;
  justify-content: center;
  bottom: 0;
  width: 90%;
  left: 0%;
  z-index: 10;
  height: 130%;
  margin: auto;
  flex-wrap: wrap;
}
#history #r3 .time-event2 > li {
  position: relative;
  width: 100%;
  margin-bottom: 0.4rem;
}
#history #r3 .time-event2 > li h3 {
  position: relative;
  height: 44px;
  line-height: 30px;
  font-size: 16px;
  color: #b5ccd8;
  white-space: nowrap;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  margin-bottom: 15px;
}
#history #r3 .time-event2 > li h3:after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  bottom: 0;
  opacity: 0;
}
#history #r3 .time-event2 > li h4 {
  white-space: nowrap;
  display: none;
}
#history #r3 .time-event2 > li > ol {
  opacity: 0.6;
  margin-left: 20px;
  margin-top: 10px;
  display: none;
}
#history #r3 .time-event2 > li > ol > li {
  margin-bottom: 6px;
}
#history #r3 .time-event2 > li > ol > li span,
#history #r3 .time-event2 > li > ol > li b {
  font-size: 12px;
}
#history #r3 .time-event2 > li > ol.on {
  display: block;
}
#history #r3 .time-event2 > li.on {
  bottom: 108%;
}
#history #r3 .time-event2 > li.on h3 {
  font-size: 18px;
  color: #137acc;
}
#history #r3 .time-event2 > li.on h3:after {
  opacity: 1;
}
#history #r3 .time-event2 > li.on h4 {
  display: block;
}
#history #r3 .time-event2 > li.on > ol {
  display: block;
}
#history #r3 .time-event2 > li.on:after {
  top: 100px;
}
#partner #r1 {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../img/p1.jpg);
}
#partner #r1 .title {
  display: none;
}
#partner #r1 .con {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 1.2rem 0;
}
#partner #r1 .con .left {
  width: 58%;
  text-align: center;
  position: relative;
  margin-left: -2%;
}
#partner #r1 .con .left .cir {
  display: inline-block;
  width: 64%;
  padding: 0.6rem 0;
}
#partner #r1 .con .left .cir1 {
  width: 84%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#partner #r1 .con .left .wang {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 72%;
  animation: cir 40s infinite linear;
}
#partner #r1 .con .left .dot {
  position: absolute;
  z-index: 12;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  line-height: 14px;
  text-align: center;
  background-color: #ddd;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#partner #r1 .con .left .dot.dot1 {
  right: 13%;
  top: 76%;
}
#partner #r1 .con .left .dot.dot2 {
  right: 7.5%;
  top: 40%;
}
#partner #r1 .con .left .dot.dot3 {
  right: 20.5%;
  top: 10%;
}
#partner #r1 .con .left .dot:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
  border: 5px solid #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#partner #r1 .con .left .dot:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  border: 3px solid #cd9b42;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#partner #r1 .con .left .dot.on {
  background-color: #cd9b42;
}
#partner #r1 .con .left .dot.on:before {
  opacity: 1;
}
#partner #r1 .con .left .dot.on:after {
  opacity: 1;
}
@keyframes cir {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
  }
  100% {
    transform: rotate(1turn);
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
  }
}
#partner #r1 .con .left .Tlogo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 15%;
}
#partner #r1 .con .left .peopel-item {
  display: inline-block;
  width: 64%;
  height: calc(100% - 1.2rem);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}
#partner #r1 .con .left .peopel-item .man {
  position: absolute;
  width: 28px;
}
#partner #r1 .con .left .peopel-item .man.p1 {
  left: 31%;
  top: 25%;
}
#partner #r1 .con .left .peopel-item .man.p2 {
  left: 18%;
  top: 15%;
  width: 24px;
}
#partner #r1 .con .left .peopel-item .man.p3 {
  left: 45%;
  top: 6%;
  width: 23px;
}
#partner #r1 .con .left .peopel-item .man.p4 {
  left: 20%;
  top: 39%;
}
#partner #r1 .con .left .peopel-item .man.p5 {
  left: 26%;
  top: 60%;
}
#partner #r1 .con .left .peopel-item .man.p6 {
  left: 33%;
  top: 74%;
  width: 22px;
}
#partner #r1 .con .left .peopel-item .man.p7 {
  left: 41%;
  top: 85%;
  width: 18px;
}
#partner #r1 .con .left .peopel-item .man.p8 {
  left: 64%;
  top: 27%;
  width: 28px;
}
#partner #r1 .con .left .peopel-item .man.p9 {
  left: 69%;
  top: 55%;
}
#partner #r1 .con .left .peopel-item .man.p10 {
  left: 49%;
  top: 62%;
}
#partner #r1 .con .left .peopel-item .man > em {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  bottom: 18%;
}
#partner #r1 .con .left .peopel-item .man > em:after {
  content: "";
  position: absolute;
  width: 300%;
  height: 300%;
  top: -100%;
  left: -100%;
  border: 1px solid #ffffff;
  border-radius: 50%;
  animation: wave 2s ease-in-out infinite;
}
#partner #r1 .con .left .peopel-item .man > em:before {
  content: "";
  position: absolute;
  width: 500%;
  height: 500%;
  top: -200%;
  left: -200%;
  border: 1px solid #ffffff;
  border-radius: 50%;
  animation: wave 2s ease-in-out infinite;
  animation-delay: 0.3s;
}
#partner #r1 .con .right {
  width: 36%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#partner #r1 .con .right .list {
  margin: 16px 0;
  position: relative;
}
#partner #r1 .con .right .list h3 {
  height: 38px;
  line-height: 38px;
}
#partner #r1 .con .right .list p {
  position: relative;
}
#partner #r1 .con .right .list p:after {
  content: "";
  left: 0;
  opacity: 0.8;
  background-color: #555555;
  position: absolute;
  top: 12px;
}
#partner #r1 .con .right .list .gou {
  position: absolute;
  height: 100px;
  width: 100px;
  background-color: transparent;
  border-radius: 5px;
  transform: scale(0.3);
  display: inline-block;
  right: 0;
  top: -30px;
  pointer-events: none;
}
#partner #r1 .con .right .list .gou:after {
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 20px;
  background-color: #0e8ad1;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: ' ';
  -webkit-transition: opacity ease .5s;
  -moz-transition: opacity ease .5s;
  transition: opacity ease .5s;
  top: 37px;
  left: 5px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#partner #r1 .con .right .list .gou:before {
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 20px;
  background-color: #0e8ad1;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: ' ';
  -webkit-transition: opacity ease .5s;
  -moz-transition: opacity ease .5s;
  transition: opacity ease .5s;
  top: 72px;
  left: 41px;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#partner #r1 .con .right .list .gou.on:after {
  opacity: 1;
  height: 50px;
  -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
  -o-animation: dothabottomcheck 0.2s ease 0s forwards;
  -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
  animation: dothabottomcheck 0.2s ease 0s forwards;
}
#partner #r1 .con .right .list .gou.on:before {
  height: 120px;
  opacity: 1;
  -moz-animation: dothatopcheck 0.4s ease 0s forwards;
  -o-animation: dothatopcheck 0.4s ease 0s forwards;
  -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
  animation: dothatopcheck 0.4s ease 0s forwards;
}
#partner #r1 .con .right .list .gou1 {
  position: absolute;
  width: 30px;
  overflow: hidden;
  right: 0;
  top: -1px;
}
#partner #r1 .con .right .list .gou1 img {
  width: 100%;
}
#partner #r1 .con .right .list .gou1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#partner #r1 .con .right .list .gou1.on:after {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
}
#honor #r1 {
  padding: 1rem 0;
}
#honor #r1 .con #roll {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
#honor #r1 .con #roll .left {
  width: 30%;
  padding: 1rem 0;
}
#honor #r1 .con #roll .left h3 {
  position: relative;
  display: inline-block;
}
#honor #r1 .con #roll .left h3:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  width: 50px;
  background-color: #333;
  left: calc(100% + 28px);
}
#honor #r1 .con #roll .left .msg {
  display: none;
}
#honor #r1 .con #roll .left .msg h2 img {
  margin-right: 10px;
  vertical-align: middle;
}
#honor #r1 .con #roll .left .msg.on {
  display: block;
}
#honor #r1 .con #roll .left .roll-set {
  margin-top: 0.3rem;
  overflow: hidden;
}
#honor #r1 .con #roll .left .roll-set > a {
  display: inline-block;
  float: left;
  line-height: 0.5rem;
  height: 0.5rem;
  background-color: #eee;
  color: #e2e2e2;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#honor #r1 .con #roll .left .roll-set > a > span {
  display: inline-block;
  height: 0.5rem;
  line-height: 0.5rem;
  vertical-align: top;
  width: 0;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#honor #r1 .con #roll .left .roll-set > a > i {
  display: inline-block;
  font-size: 20px;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  color: #c5c5c5;
}
#honor #r1 .con #roll .left .roll-set > a:hover,
#honor #r1 .con #roll .left .roll-set > a.go {
  background-color: #cd9b42;
}
#honor #r1 .con #roll .left .roll-set > a:hover > span,
#honor #r1 .con #roll .left .roll-set > a.go > span {
  width: 50px;
}
#honor #r1 .con #roll .left .roll-set > a:hover > i,
#honor #r1 .con #roll .left .roll-set > a.go > i {
  color: #fff;
}
#honor #r1 .con #roll .right {
  width: 70vw;
  position: absolute;
  left: 25%;
}
#honor #r1 .con #roll .right .roll-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 1rem;
}
#honor #r1 .con #roll .right .roll-box .swiper-item {
  overflow: hidden;
  position: relative;
  z-index: 10;
  width: 3000%;
}
#honor #r1 .con #roll .right .roll-box .swiper-item > li {
  float: left;
  padding-right: 32px;
  cursor: pointer;
  perspective: 500px;
}
#honor #r1 .con #roll .right .roll-box .swiper-item > li .pic {
  background-position: center;
  background-size: 56%;
  background-repeat: no-repeat;
  width: 6.5rem;
  transform: scale(0.6) rotateY(-16deg);
  transform-origin: -8% 50%;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#honor #r1 .con #roll .right .roll-box .swiper-item > li.on .pic {
  transform: none;
}
#honor #r1 .con #roll .right .roll-box .show-box {
  position: absolute;
  pointer-events: none;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 8;
}
#honor #r1 .con #roll .right .roll-box .show-box > img {
  width: 6.5rem;
}
#honor #r1 .con #roll .right .roll-box .show-box .shadow {
  position: absolute;
  bottom: 66%;
  left: 1.3rem;
  width: 3.9rem;
  height: 1px;
  background-color: #babbbb;
  box-shadow: 0 0px 9px 9px rgba(0, 0, 0, 0.26);
  border-radius: 50%;
}
#honor #r1 .box {
  background-color: #fff;
  box-shadow: 0 40px 80px -8px rgba(37, 113, 156, 0.3);
  padding: 0.5rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 600px) {
  #honor #r1 .box {
    width: 90%;
    margin: 0.5rem auto;
  }
}
#honor #r1 .box .rmid .item {
  padding: 0.2rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#honor #r1 .box .rmid .item .list {
  padding: 8px 0;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 38px;
  line-height: 38px;
  animation-name: fadeInRightSmall;
}
#honor #r1 .box .rmid .item .list span {
  display: inline-block;
  max-width: 60%;
}
#honor #r1 .box .rmid .item .mylist {
  display: none;
  max-height: calc((38px) * 15);
}
#honor #r1 .box .rmid .item .mylist.on {
  display: block;
}
#honor #r1 .box .rbtm .page-nav {
  position: relative;
  z-index: 5;
  margin-top: 0.4rem;
  text-align: center;
}
#honor #r1 .box .rbtm .page-nav .iconfont {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  line-height: 0.5rem;
  text-align: center;
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  color: #fff;
  font-size: 29px;
  vertical-align: sub;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 600px) {
  #honor #r1 .box .rbtm .page-nav .iconfont {
    font-size: 20px;
    line-height: 0.52rem;
  }
}
#honor #r1 .box .rbtm .page-nav .iconfont:hover {
  background-color: #fff;
}
#group #r1,
#group #r2 {
  padding: 1rem 0;
}
#group #r1 #teams > li.list,
#group #r2 #teams > li.list {
  padding: 1.2rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#group #r1 #teams > li.list .photo,
#group #r2 #teams > li.list .photo {
  width: 38%;
  position: relative;
}
#group #r1 #teams > li.list .photo > img,
#group #r2 #teams > li.list .photo > img {
  max-width: 100%;
  position: relative;
  z-index: 4;
  width: 68%;
  box-shadow: 0 40px 80px -20px rgba(37, 113, 156, 0.3);
}
#group #r1 #teams > li.list .photo .mask,
#group #r2 #teams > li.list .photo .mask {
  position: absolute;
  z-index: 5;
  width: 68%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
#group #r1 #teams > li.list .photo .mask2,
#group #r2 #teams > li.list .photo .mask2 {
  position: absolute;
  z-index: 3;
  width: 80%;
  height: 100%;
  right: -10%;
  top: -1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
#group #r1 #teams > li.list .msg,
#group #r2 #teams > li.list .msg {
  width: 60%;
  margin-top: 76px;
  padding: 0 1rem;
}
#group #r1 #teams > li.list.right .photo,
#group #r2 #teams > li.list.right .photo {
  text-align: right;
}
#group #r1 #teams > li.list.right .photo .mask,
#group #r2 #teams > li.list.right .photo .mask {
  left: auto;
  right: 0;
}
#group #r1 #teams > li.list.right .photo .mask2,
#group #r2 #teams > li.list.right .photo .mask2 {
  right: auto;
  left: -10%;
}
#duty #r1 {
  padding-top: 0.7rem;
}
#duty #r1 #roll {
  position: relative;
}
#duty #r1 #roll .con {
  position: relative;
  z-index: 5;
  background: url(../img/d4.png) no-repeat;
  background-size: auto 66%;
  background-position-x: 50%;
  background-position-y: 44%;
}
#duty #r1 #roll .con .top {
  padding-bottom: 20px;
  position: relative;
}
#duty #r1 #roll .con .top > span {
  display: inline-block;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #fff;
  position: relative;
  z-index: 5;
}
#duty #r1 #roll .con .top > span .pic-num {
  font-size: 84px;
}
#duty #r1 #roll .con .top .topic {
  position: absolute;
  z-index: 5;
  padding: 12px 24px 0;
  top: 0;
  right: 0;
  background-color: #fff;
}
#duty #r1 #roll .con .top .topic .list {
  display: none;
}
#duty #r1 #roll .con .top .topic .list h2 {
  height: 62px;
}
#duty #r1 #roll .con .top .topic .list.on {
  display: block;
}
#duty #r1 #roll .con .top:after {
  content: "";
  width: 100vw;
  right: 0;
  height: 1px;
  z-index: -1;
  background-color: #dddddd;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#duty #r1 #roll .con .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#duty #r1 #roll .con .box .fl {
  padding-bottom: 0.7rem;
}
#duty #r1 #roll .con .box .fl .msg {
  display: none;
}
#duty #r1 #roll .con .box .fl .msg h2 {
  height: 40px;
  line-height: 40px;
}
#duty #r1 #roll .con .box .fl .msg p {
  height: 175px;
  overflow: hidden;
}
#duty #r1 #roll .con .box .fl .msg h3 {
  height: 24px;
  line-height: 24px;
}
#duty #r1 #roll .con .box .fl .msg.on {
  display: block;
}
#duty #r1 #roll .con .box .fr {
  position: relative;
}
#duty #r1 #roll .con .box .fr > img {
  position: relative;
  z-index: 10;
  opacity: 1;
  margin: auto;
  display: none;
}
#duty #r1 #roll .con .box .fr > img.on {
  display: inline-block;
}
#duty #r1 #roll .con .box .fr #cv1 {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#duty #r1 #roll .con .bg-item {
  position: relative;
}
#duty #r1 #roll .con .bg-item > img {
  opacity: 0;
  pointer-events: none;
}
#duty #r1 #roll .con .bg-item .bg-list {
  background-size: contain;
  background-repeat: repeat-x;
  background-position: left;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0vw;
  margin: auto;
}
#duty #r1 #roll .con .bg-item .bg-list .img-list {
  display: none;
}
#duty #r1 #roll .con .bg-item .bg-list .img-list.on {
  display: block;
}
#duty #r1 #roll .other {
  z-index: 10;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#duty #r1 #roll .other .roll-page {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 46%;
  right: 0;
  width: 0px;
}
#duty #r1 #roll .other .roll-page > li {
  display: block;
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  line-height: 12px;
  text-align: center;
  background-color: #dddddd;
  margin: 10px 0;
  overflow: hidden;
}
#duty #r1 #roll .other .roll-page > li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#duty #r1 #roll .other .roll-page > li.on:after {
  opacity: 1;
}
#duty #r1 #roll .other .roll-set {
  position: absolute;
  pointer-events: auto;
  left: 0;
}
#duty #r1 #roll .other .roll-set > a {
  display: inline-block;
  position: relative;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #dddddd;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  margin-right: 0.3rem;
}
#duty #r1 #roll .other .roll-set > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 50%;
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#duty #r1 #roll .other .roll-set > a:hover,
#duty #r1 #roll .other .roll-set > a.go {
  background-color: transparent;
  box-shadow: 0 20px 40px -6px rgba(41, 115, 154, 0.25);
}
#duty #r1 #roll .other .roll-set > a:hover:after,
#duty #r1 #roll .other .roll-set > a.go:after {
  opacity: 1;
}
#member #r1 {
  padding-top: 0.8rem;
}
#member #r1 .list {
  position: relative;
  margin-top: 1rem;
  padding-bottom: 1.2rem;
}
#member #r1 .list .con .box {
  position: relative;
}
#member #r1 .list .con .box .msg {
  padding: 0.3rem 12% 0.5rem 0;
  position: relative;
  width: 50%;
  z-index: 5;
}
#member #r1 .list .con .box .pro-box {
  position: absolute;
  height: 100%;
  width: 14%;
  top: -0.32rem;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
#member #r1 .list .con .box:after {
  content: "";
  position: absolute;
  width: 200vw;
  left: -100vw;
  height: 100%;
  top: 0;
  background-color: #f4f8fb;
  z-index: -1;
}
#member #r1 .list .con .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.1rem 0;
  width: 50%;
}
#member #r1 .list .con .item > li {
  margin: 4px 0.32rem 4px 0;
}
#member #r1 .list .con .item > li > i {
  margin-right: 12px;
  vertical-align: middle;
  font-size: 26px;
}
#member #r1 .list.left .con .box .msg {
  margin-left: 50%;
}
#member #r1 .list.left .con .box .pro-box {
  right: -4%;
}
#member #r1 .list.left .con .item {
  margin-left: 50%;
  width: 50%;
}
#member #r1 .list.left .pic {
  position: absolute;
  left: 0;
  top: -0.32rem;
  max-width: 42%;
  box-shadow: 0 20px 40px -10px rgba(27, 113, 156, 0.25);
}
#member #r1 .list.right .con .box .msg {
  width: 50%;
}
#member #r1 .list.right .con .box .pro-box {
  right: 46%;
}
#member #r1 .list.right .pic {
  position: absolute;
  right: 0;
  top: -0.32rem;
  max-width: 42%;
  box-shadow: 0 20px 40px -10px rgba(27, 113, 156, 0.25);
}
#member #btm {
  text-align: center;
  padding-bottom: 1rem;
}
#member #btm .more {
  display: inline-block;
  width: 240px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  font-weight: lighter;
  font-size: 20px;
  box-shadow: 0 20px 30px rgba(74, 176, 233, 0.4);
}
#design {
  background-color: #fff;
}
#design #r1 {
  margin-top: 10vh;
}
#design #r1 .title > div {
  color: #666666;
}
#design #r1 .con {
  padding-bottom: 1rem;
}
#design #r1 .con .box {
  position: relative;
  z-index: 5;
}
#design #r1 .con .box h3 {
  position: relative;
  margin-bottom: 16px;
}
#design #r1 .con .box p {
  margin-bottom: 20px;
}
#design #r1 .con .box.col1 {
  padding-right: 40%;
  z-index: 8;
}
#design #r1 .con .box.col1 h3 {
  position: relative;
  margin-bottom: 16px;
}
#design #r1 .con .box.col1 .pic-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0.6rem;
  background-color: #fff;
  box-shadow: 0 40px 80px -5px rgba(41, 115, 154, 0.25);
}
#design #r1 .con .box.col1 .pic-box > img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  margin: 60px 40px;
  opacity: 0;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
}
#design #r1 .con .box.col1 .pic-box:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: url('../img/dots.png') center no-repeat;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  opacity: 0;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -o-transform: translateY(15px);
  -ms-transform: translateY(15px);
}
#design #r1 .con .box.col1 .pic-box.go > img {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#design #r1 .con .box.col1 .pic-box.go:after {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#design #r1 .con .box.col2 .icon-item {
  margin: 0.8rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#design #r1 .con .box.col2 .icon-item > li {
  text-align: center;
}
#design #r1 .con .box.col2 .icon-item > li p {
  margin-bottom: 0;
}
#design #r1 .con .box.col3 {
  padding: 0.5rem 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
#design #r1 .con .box.col3 > img {
  width: 43%;
}
#service {
  padding-bottom: 1rem;
}
#service #r1 {
  background: url(../img/bg.png) center no-repeat;
  background-size: contain;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
#service #r1 .con > ul {
  width: 100%;
  margin: auto;
  padding: 1rem 0;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#service #r1 .con > ul > li {
  position: relative;
  z-index: 4;
}
#service #r1 .con > ul > li.icon {
  width: 280px;
}
#service #r1 .con > ul > li > img {
  display: inline-block;
  width: 50px;
  margin-top: 20px;
}
#service #r1 .con > ul > li > span.line {
  display: inline-block;
  border-top: 1px dashed #cd9b42;
  width: 100%;
  bottom: 20px;
  height: 1px;
  margin-top: 80px;
}
#service #r2 .con .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1rem 0;
  margin-bottom: 2.6rem;
}
#service #r2 .con .list .num-pic {
  position: relative;
  z-index: 10;
}
#service #r2 .con .list p {
  z-index: 10;
  position: relative;
  width: 38%;
}
#service #r2 .con .list .bg {
  position: absolute;
  max-width: 35%;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
#service #r2 .con .list .bg1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
}
#service #r2 .con .list .pa-box {
  z-index: 10;
  display: inline-block;
  width: 34px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
#service #r2 .con .list .pa-box .mid {
  position: relative;
  width: 34px;
  text-align: center;
  font-size: 30px;
}
#service #r2 .con .list .pa-box .mid span {
  color: #cd9b42;
  font-size: 24px;
}
#service #r2 .con .list .note {
  position: absolute;
  padding: 2px 30px;
  bottom: -0.1rem;
  left: 25%;
}
#service #r2 .con .list.right .bg {
  right: auto;
  left: 0;
}
#service #r2 .con .list.right .note {
  left: auto;
  right: 25%;
}
#quality #r1 {
  padding-bottom: 1rem;
  padding-top: 0.8rem;
}
#quality #r1 .con #tab {
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-around;
  align-content: center;
  flex-wrap: wrap;
}
#quality #r1 .con #tab > li {
  height: 48px;
  overflow: hidden;
  cursor: pointer;
}
#quality #r1 .con #tab > li > i {
  height: 48px;
  line-height: 48px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  color: #c2c2c2;
  vertical-align: top;
  font-size: 32px;
  margin-right: 10px;
}
#quality #r1 .con #tab > li > span {
  height: 48px;
  padding-bottom: 10px;
  color: #c2c2c2;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  position: relative;
  padding-right: 18px;
}
#quality #r1 .con #tab > li > span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  height: 1px;
  width: 40px;
  background-color: #c2c2c2;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#quality #r1 .con #tab > li.on > i,
#quality #r1 .con #tab > li:hover > i {
  color: #cd9b42;
}
#quality #r1 .con #tab > li.on > span,
#quality #r1 .con #tab > li:hover > span {
  color: #333;
}
#quality #r1 .con #tab > li.on > span:after,
#quality #r1 .con #tab > li:hover > span:after {
  width: 100%;
  background-color: #cd9b42;
}
#quality #r1 .con .box {
  padding: 1rem 0 0.6rem 0;
}
#quality #r1 .con .box .part {
  display: none;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: flex-start;
}
#quality #r1 .con .box .part.on {
  display: flex;
}
#quality #r1 .con .box .part#part1 > li {
  display: inline-block;
  width: 25%;
  margin: 0.4rem;
}
#quality #r1 .con .box .part#part1 > li > img {
  max-width: 100%;
  box-shadow: 0 20px 80px -5px rgba(14, 105, 156, 0.2);
}
#quality #r1 .con .box .part#part1 > li h3 {
  margin-top: 0.2rem;
  text-align: center;
}
#quality #r1 .con .box .part#part2 {
  justify-content: flex-start;
}
#quality #r1 .con .box .part#part2 > li {
  display: inline-block;
  border: 1px solid #eee;
  min-height: 120px;
  width: 18%;
  margin: 0.2rem 1%;
  padding: 20px 30px;
}
#quality #r1 .con .box .part#part2 > li .pic {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#quality #r1 .con .box .part#part3 {
  align-items: center;
}
#quality #r1 .con .box .part#part3 > li {
  display: inline-block;
  position: relative;
  margin: 0.4rem 3%;
  flex-basis: 44%;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#quality #r1 .con .box .part#part3 > li > img {
  max-width: 100%;
  width: auto;
  height: 45vh;
  opacity: 1;
  display: inline-block;
  z-index: -1;
}
#quality #r1 .con .box .part#part3 > li > .pic {
  display: inline-block;
  box-shadow: 0 20px 80px -5px rgba(14, 105, 156, 0.2);
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#quality #r1 .con .box .part#part3 > li > .pic > img {
  width: auto;
  height: 45vh;
  max-width: inherit;
}
#quality #r1 .con .box .part#part4 .box {
  margin-top: 0.4rem;
  position: relative;
  padding-bottom: 48px;
  padding-top: 80px;
}
#quality #r1 .con .box .part#part4 .box > ul {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#quality #r1 .con .box .part#part4 .box > ul > li {
  text-align: center;
  cursor: pointer;
  padding-bottom: 50px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  width: 100px;
  height: 166px;
}
#quality #r1 .con .box .part#part4 .box > ul > li > span {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  line-height: 22px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #dddddd;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  margin-bottom: 40px;
}
#quality #r1 .con .box .part#part4 .box > ul > li > span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #dddddd;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  line-height: 8px;
  text-align: center;
}
#quality #r1 .con .box .part#part4 .box > ul > li > span > i {
  font-size: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 4;
  display: inline-block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  line-height: 64px;
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#quality #r1 .con .box .part#part4 .box > ul > li h4,
#quality #r1 .con .box .part#part4 .box > ul > li p {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#quality #r1 .con .box .part#part4 .box > ul > li:hover,
#quality #r1 .con .box .part#part4 .box > ul > li.on {
  transform: translateY(-42px);
  -webkit-transform: translateY(-42px);
  -moz-transform: translateY(-42px);
  -o-transform: translateY(-42px);
  -ms-transform: translateY(-42px);
}
#quality #r1 .con .box .part#part4 .box > ul > li:hover > span,
#quality #r1 .con .box .part#part4 .box > ul > li.on > span {
  border-color: #cd9b42;
}
#quality #r1 .con .box .part#part4 .box > ul > li:hover > span:after,
#quality #r1 .con .box .part#part4 .box > ul > li.on > span:after {
  background-color: #fff;
  transform: scale(8);
}
#quality #r1 .con .box .part#part4 .box > ul > li:hover > span > i,
#quality #r1 .con .box .part#part4 .box > ul > li.on > span > i {
  transition-delay: 0.1s;
  opacity: 1;
  box-shadow: 0 13px 40px -4px rgba(14, 105, 156, 0.3);
}
#quality #r1 .con .box .part#part4 .box > ul > li:hover h4,
#quality #r1 .con .box .part#part4 .box > ul > li.on h4,
#quality #r1 .con .box .part#part4 .box > ul > li:hover p,
#quality #r1 .con .box .part#part4 .box > ul > li.on p {
  color: #cd9b42;
}
#quality #r1 .con .box .part#part4 .box .line {
  position: absolute;
  height: 51px;
  left: 0;
  top: 48px;
  width: 100%;
  transform: translateX(-7%);
  transition: all 0.3s linear;
}
#quality #r1 .con .box .part#part4 .box .line .Sline {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  fill: none;
  stroke-width: 1px;
  stroke: #555555;
  pointer-events: none;
  transition: all 0.6s ease-out;
}
#quality #r1 .con .box .part#part4 .box .line:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 42px;
  left: 100%;
  z-index: 2;
  background-color: #dfdfdf;
  transition: all 0.6s ease-out;
}
#quality #r1 .con .box .part#part4 .box .line:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 42px;
  right: 100%;
  z-index: 2;
  background-color: #dfdfdf;
  transition: all 0.6s ease-out;
}
#pro #r1 {
  position: relative;
  width: 100vw;
  height: calc(100vh - 0.8rem);
}
#pro #r1 #layer-item {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  overflow: hidden;
}
#pro #r1 #layer-item .layer {
  height: 100%;
}
#pro #r1 #layer-item .bg-list1 {
  margin-top: -2%;
}
#pro #r1 #layer-item .bg-list3 {
  width: 110%;
  margin-left: -5%;
  margin-top: 3%;
}
#pro #r1 .box {
  position: absolute;
  height: 28vh;
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#pro #r1 .box .illustration {
  height: 100%;
  position: relative;
  z-index: 6;
}
#pro #r1 .box #line-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}
#pro #r1 .box #line-box span {
  position: absolute;
  opacity: 0.8;
  display: inline-block;
}
#pro #r1 .box #line-box span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  transform-origin: inherit;
  animation: line 2s ease;
  animation-fill-mode: both;
}
#pro #r1 .box #line-box span.shu {
  width: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform-origin: 50% 0;
}
#pro #r1 .box #line-box span.hen {
  height: 1px;
  width: 70%;
}
#pro #r1 .box #line-box span.l0 {
  height: 150%;
  left: 50%;
}
#pro #r1 .box #line-box span.l1 {
  height: 160%;
  right: 20%;
}
#pro #r1 .box #line-box span.l2 {
  top: 42%;
  right: -10%;
  transform: rotate(3deg);
  transform-origin: 100% 0;
}
#pro #r1 .box #line-box span.l3 {
  height: 180%;
  left: 13%;
}
#pro #r1 .box #line-box span.l4 {
  top: 94%;
  left: -5%;
  transform: rotate(3.6deg);
  transform-origin: 0 0;
}
#pro #r1 .box #line-box span.l5 {
  height: 200%;
  left: 38%;
}
#pro #r1 .box #line-box span.l6 {
  height: 168%;
  left: 62%;
}
#pro #r1 .box #line-box span.l7 {
  top: 93%;
  right: -9%;
  transform: rotate(-3deg);
  width: 100%;
  transform-origin: 100% 0;
}
#pro #r1 .box #line-box span.l8 {
  height: 70%;
  left: 0%;
  top: 45%;
}
#pro #r1 .box #line-box span.l9 {
  height: 100%;
  right: 0%;
  top: 45%;
}
#pro #r1 .box #line-box span.l10 {
  top: 11%;
  right: 38%;
  transform: rotate(-7deg);
  transform-origin: 0 0;
}
#pro #r1 .box #line-box span.l11 {
  top: 14%;
  left: 25%;
  transform: rotate(7deg);
  transform-origin: 100% 0;
}
#pro #r1 .box #line-box span.l12 {
  top: 50%;
  right: 71%;
  transform: rotate(-3deg);
  width: 40%;
  transform-origin: 0 0;
}
#pro #r1 .box #line-box span.l13 {
  height: 130%;
  right: 21%;
}
#pro #r1 .box #line-box span.l14 {
  height: 145%;
  left: 24%;
}
#pro #r1 .box #line-box span.l15 {
  top: 89%;
  left: -5%;
  transform: rotate(3.6deg);
  transform-origin: 0 0;
}
#pro #r1 .box #line-box span.l16 {
  top: 88%;
  right: -9%;
  transform: rotate(-3deg);
  width: 90%;
  transform-origin: 100% 0;
}
#pro #r1 .box #line-box span:nth-of-type(10n+1):after {
  animation-duration: 2.4s;
  animation-delay: 0.4s;
}
#pro #r1 .box #line-box span:nth-of-type(10n+2):after {
  animation-delay: 0.2s;
}
#pro #r1 .box #line-box span:nth-of-type(10n+3):after {
  animation-duration: 1.4s;
  animation-delay: 0.6s;
}
#pro #r1 .box #line-box span:nth-of-type(10n+4):after {
  animation-duration: 3s;
  animation-delay: 0.8s;
}
#pro #r1 .box #line-box span:nth-of-type(10n+5):after {
  animation-delay: 1s;
}
#pro #r1 .box #line-box span:nth-of-type(10n+6):after {
  animation-duration: 2.6s;
  animation-delay: 0s;
}
#pro #r1 .box #line-box span:nth-of-type(10n+7):after {
  animation-duration: 3s;
  animation-delay: 0.3s;
}
#pro #r1 .box #line-box span:nth-of-type(10n+8):after {
  animation-duration: 2.4s;
  animation-delay: 0.7s;
}
#pro #r1 .box #line-box span:nth-of-type(10n+9):after {
  animation-duration: 3.2s;
  animation-delay: 0s;
}
#pro #r1 .box #line-box span:nth-of-type(10n+10):after {
  animation-duration: 2.5s;
  animation-delay: 0.5s;
}
#pro #r1 .box #line-box.on {
  display: inline-block;
}
#pro #r1 .msg {
  display: none;
  position: absolute;
  left: 8vw;
  top: 15vh;
}
#pro #r1 .msg h3 {
  position: relative;
  padding-left: 50px;
}
#pro #r1 .msg h3:after {
  content: "";
  height: 1px;
  width: 40px;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
}
#pro #r1 .msg.on {
  display: inline-block;
}
#pro #r1 .menu {
  position: absolute;
  right: 8vw;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: none;
  justify-content: unset;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
  z-index: 100;
}
#pro #r1 .menu .list {
  display: block;
  margin: 5px 0;
  cursor: pointer;
  display: inline-block;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  line-height: 68px;
  text-align: center;
  position: relative;
  background-color: #e7f2fa;
  border-radius: 150px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#pro #r1 .menu .list > span {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  left: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #18a1e8;
}
#pro #r1 .menu .list > span > i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  font-size: 24px;
  color: #cd9b42;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#pro #r1 .menu .list > span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  z-index: 3;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#pro #r1 .menu .list > a {
  display: inline-block;
  position: absolute;
  opacity: 0;
  width: 120px;
  padding-right: 30px;
  right: 0;
  top: 52%;
  transform: translateY(-50%) translateX(5px);
  -webkit-transform: translateY(-50%) translateX(5px);
  -moz-transform: translateY(-50%) translateX(5px);
  -o-transform: translateY(-50%) translateX(5px);
  -ms-transform: translateY(-50%) translateX(5px);
  text-align: left;
  line-height: 1;
}
#pro #r1 .menu .list > a > i {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 18px;
  width: 15px;
  text-align: center;
  font-size: 22px;
}
#pro #r1 .menu .list.on,
#pro #r1 .menu .list:hover {
  width: 205px;
  background-color: #fff;
}
#pro #r1 .menu .list.on > span > i,
#pro #r1 .menu .list:hover > span > i {
  color: #fff;
}
#pro #r1 .menu .list.on > span:after,
#pro #r1 .menu .list:hover > span:after {
  opacity: 1;
}
#pro #r1 .menu .list.on > a,
#pro #r1 .menu .list:hover > a {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  opacity: 1;
  transform: translateY(-50%);
}
#pro #r1 .menu.on {
  display: flex;
}
#pro_detail #r1 {
  position: relative;
  width: 100vw;
}
#pro_detail #r1 .left {
  position: absolute;
  height: 100%;
  left: 0;
  width: 22%;
}
#pro_detail #r1 .left .msg-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
#pro_detail #r1 .left .msg-item .msg {
  width: 60%;
  margin: auto;
  display: none;
}
#pro_detail #r1 .left .msg-item .msg > span {
  color: #e5edf3;
  display: inline-block;
}
#pro_detail #r1 .left .msg-item .msg i {
  color: #0a1930;
}
#pro_detail #r1 .left .msg-item .msg .line {
  margin: 30px 0 60px 0;
  height: 4px;
  width: 28%;
  background-color: #e5edf3;
}
#pro_detail #r1 .left .msg-item .msg.on {
  display: block;
}
#pro_detail #r1 .right {
  position: relative;
  margin-left: 22%;
  height: 100%;
  right: 0;
  width: 78%;
}
#pro_detail #r1 .right > img {
  width: 100%;
}
#pro_detail #r1 .right .pic-item {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
#pro_detail #r1 .right .pic-item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  animation-duration: 2.4s;
  opacity: 0;
}
#pro_detail #r1 .right .pic-item .bg.on {
  opacity: 1;
}
#pro_detail #r1 .right .pic-item .bg.navInPrev {
  pointer-events: none;
  opacity: 1;
  -webkit-animation: slideInHalfFromTop 0.7s forwards ease-in-out;
  animation: slideInHalfFromTop 0.7s forwards ease-in-out;
}
#pro_detail #r1 .right .pic-item .bg.navOutPrev {
  pointer-events: none;
  opacity: 1;
  -webkit-animation: slideOutBottom 0.7s forwards ease-in-out;
  animation: slideOutBottom 0.7s forwards ease-in-out;
}
#pro_detail #r1 .right .pic-item .bg.navInNext {
  pointer-events: none;
  opacity: 1;
  z-index: 100;
  -webkit-animation: scaleDownUp 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: scaleDownUp 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
#pro_detail #r1 .right .pic-item .bg.navOutNext {
  pointer-events: none;
  opacity: 1;
  animation: scaleUp 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
#pro_detail #r1 .right .pic-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1006;
  background-color: rgba(0, 166, 210, 0.08);
  pointer-events: none;
}
#pro_detail #r1 .right .myloop {
  position: absolute;
  z-index: 10;
  right: 8vw;
  bottom: 8vh;
  width: 664px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
}
#pro_detail #r1 .right .myloop.on {
  visibility: visible;
  opacity: 1;
}
#pro_detail #r1 .right .myloop .roll-item {
  position: relative;
}
#pro_detail #r1 .right .myloop .roll-item .roll-top {
  pointer-events: none;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#pro_detail #r1 .right .myloop .roll-item .roll-top > i {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  color: #9ca9ba;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#pro_detail #r1 .right .myloop .roll-item .roll-top > i.f-next {
  left: 101%;
}
#pro_detail #r1 .right .myloop .roll-item .roll-top > i.f-prev {
  right: 101%;
}
#pro_detail #r1 .right .myloop .roll-item .roll-top > i:hover {
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  color: #fff;
}
#pro_detail #r1 .right .myloop .roll-item .roll-box {
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}
#pro_detail #r1 .right .myloop .roll-item .roll-box .swiper-item {
  display: flex;
  justify-content: flex-start;
  width: 10000vw;
  position: relative;
}
#pro_detail #r1 .right .myloop .roll-item .roll-box .swiper-item > li {
  margin: 0 8px;
  border: 1px solid #fff;
  position: relative;
  padding: 10px;
  width: 150px;
  height: 150px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#pro_detail #r1 .right .myloop .roll-item .roll-box .swiper-item > li .i-img {
  position: relative;
  z-index: 5;
  height: 58px;
  margin-bottom: 5px;
}
#pro_detail #r1 .right .myloop .roll-item .roll-box .swiper-item > li .i-img > img {
  height: 100%;
}
#pro_detail #r1 .right .myloop .roll-item .roll-box .swiper-item > li .i-img > i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}
#pro_detail #r1 .right .myloop .roll-item .roll-box .swiper-item > li .note {
  height: 63px;
  position: relative;
  z-index: 5;
}
#pro_detail #r1 .right .myloop .roll-item .roll-box .swiper-item > li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#pro_detail #r1 .right .myloop .roll-item .roll-box .swiper-item > li:hover {
  border-color: transparent;
}
#pro_detail #r1 .right .myloop .roll-item .roll-box .swiper-item > li:hover:after {
  opacity: 1;
}
#pro_detail #r1 .menu {
  position: absolute;
  z-index: 10;
  left: calc(22vw - 50px);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  display: none;
  justify-content: unset;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
#pro_detail #r1 .menu .list {
  display: block;
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  position: relative;
  background-color: #fff;
  border-radius: 150px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 15px -6px rgba(45, 116, 153, 0.26);
}
#pro_detail #r1 .menu .list > span {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 15px 0px rgba(45, 116, 153, 0.26);
}
#pro_detail #r1 .menu .list > span > i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  font-size: 32px;
  color: #cd9b42;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#pro_detail #r1 .menu .list > span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  z-index: 3;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#pro_detail #r1 .menu .list > a {
  display: none;
  position: absolute;
  opacity: 0;
  width: 120px;
  padding-right: 30px;
  right: 0;
  top: 52%;
  transform: translateY(-50%) translateX(5px);
  -webkit-transform: translateY(-50%) translateX(5px);
  -moz-transform: translateY(-50%) translateX(5px);
  -o-transform: translateY(-50%) translateX(5px);
  -ms-transform: translateY(-50%) translateX(5px);
  text-align: left;
  line-height: 1;
}
#pro_detail #r1 .menu .list > a > i {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 18px;
  width: 15px;
  text-align: center;
  font-size: 22px;
}
#pro_detail #r1 .menu .list.on,
#pro_detail #r1 .menu .list:hover {
  background-color: #d0edf5;
}
#pro_detail #r1 .menu .list.on > span > i,
#pro_detail #r1 .menu .list:hover > span > i {
  color: #fff;
}
#pro_detail #r1 .menu .list.on > span:after,
#pro_detail #r1 .menu .list:hover > span:after {
  opacity: 1;
}
#pro_detail #r1 .menu .list.on > a,
#pro_detail #r1 .menu .list:hover > a {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  opacity: 1;
  transform: translateY(-50%);
}
#pro_detail #r1 .menu.on {
  display: flex;
}
#tech {
  padding-bottom: 1rem;
}
#tech #r1 {
  margin-top: 10vh;
}
#tech #r1 .rowMain {
  position: relative;
}
#tech #r1 .rowMain .con {
  padding-right: 24%;
  position: relative;
}
#tech #r1 .rowMain .con .other {
  background: url('../img/wang.png') center;
  background-size: contain;
  position: absolute;
  width: 20%;
  right: 0;
  top: -0.5rem;
}
#tech #r1 .rowMain .con .other h1 {
  height: 100px;
  line-height: 120px;
}
#tech #r1 .rowMain .con .other > div {
  position: relative;
  width: 100%;
  height: calc(100% - 118px);
}
#tech #r1 .rowMain .con .other > div > span {
  color: #9faeb7;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#tech #r1 .rowMain .con .other > div > span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -32px;
  height: 2px;
  width: 40px;
  background-color: #cd9b42;
}
#tech #r2 {
  margin-top: 1rem;
}
#tech #r2 .rowMain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#tech #r2 .rowMain > img {
  width: 26%;
  max-width: 100%;
}
#tech #r2 .rowMain .con {
  width: 64%;
}
#tech #r2 .rowMain .con h2 {
  padding-left: 90px;
  position: relative;
  line-height: 34px;
}
#tech #r2 .rowMain .con h2 > span {
  width: 85px;
  text-align: center;
  line-height: 84px;
  font-size: 75px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
#tech #r2 .rowMain .con > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#tech #r2 .rowMain .con > ul > li {
  width: 1.3rem;
  height: 1.3rem;
  min-width: 80px;
  min-height: 80px;
  border: 2px solid #dddddd;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  padding: 8px;
  position: relative;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}
#tech #r2 .rowMain .con > ul > li > i {
  position: absolute;
  opacity: 0.98;
  left: 8px;
  top: 8px;
  line-height: 24px;
  z-index: 5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#tech #r2 .rowMain .con > ul > li .note {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 5;
}
#tech #r2 .rowMain .con > ul > li .note h3,
#tech #r2 .rowMain .con > ul > li .note small {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#tech #r2 .rowMain .con > ul > li:after {
  content: "";
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
}
#tech #r2 .rowMain .con > ul > li:hover,
#tech #r2 .rowMain .con > ul > li.on {
  border-color: #0c94d4;
}
#tech #r2 .rowMain .con > ul > li:hover > i,
#tech #r2 .rowMain .con > ul > li.on > i {
  color: #fff;
}
#tech #r2 .rowMain .con > ul > li:hover .note h3,
#tech #r2 .rowMain .con > ul > li.on .note h3,
#tech #r2 .rowMain .con > ul > li:hover .note small,
#tech #r2 .rowMain .con > ul > li.on .note small {
  color: #fff;
}
#tech #r2 .rowMain .con > ul > li:hover:after,
#tech #r2 .rowMain .con > ul > li.on:after {
  opacity: 1;
}
#tech #r3 {
  margin-top: 1rem;
}
#tech #r3 .rowMain .con h2 {
  padding-left: 90px;
  position: relative;
  line-height: 34px;
}
#tech #r3 .rowMain .con h2 > span {
  width: 85px;
  text-align: center;
  line-height: 84px;
  font-size: 75px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
#tech #r3 .rowMain .box {
  position: relative;
  padding-bottom: 0.6rem;
}
#tech #r3 .rowMain .box > ul {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#tech #r3 .rowMain .box > ul > li {
  text-align: center;
  cursor: pointer;
}
#tech #r3 .rowMain .box > ul > li > span {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  line-height: 22px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #dddddd;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
#tech #r3 .rowMain .box > ul > li > span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #dddddd;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  line-height: 8px;
  text-align: center;
}
#tech #r3 .rowMain .box > ul > li h4,
#tech #r3 .rowMain .box > ul > li p {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#tech #r3 .rowMain .box > ul > li:hover > span,
#tech #r3 .rowMain .box > ul > li.on > span {
  border-color: #cd9b42;
}
#tech #r3 .rowMain .box > ul > li:hover > span:after,
#tech #r3 .rowMain .box > ul > li.on > span:after {
  background-color: #cd9b42;
}
#tech #r3 .rowMain .box > ul > li:hover h4,
#tech #r3 .rowMain .box > ul > li.on h4 {
  color: #cd9b42;
}
#tech #r3 .rowMain .box > ul > li:hover p,
#tech #r3 .rowMain .box > ul > li.on p {
  color: #cd9b42;
}
#tech #r3 .rowMain .box .photo {
  position: absolute;
  z-index: 3;
  height: 420px;
  width: 24%;
  right: 2%;
  bottom: 0;
}
#tech #r3 .rowMain .box .photo .pic {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  width: 100%;
  z-index: 3;
  animation: fadeOut 0.4s;
}
#tech #r3 .rowMain .box .photo .pic.on {
  opacity: 1;
  z-index: 4;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -webkit-animation: fadeIn 1s ease-out;
  animation: fadeIn 1s ease-out;
}
#tech #r3 .rowMain .box:after {
  content: "";
  position: absolute;
  top: 11px;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 1px;
  border: 1px dashed #dddddd;
}
#tech #r4 {
  margin-top: 1rem;
}
#tech #r4 .rowMain .con h2 {
  padding-left: 90px;
  position: relative;
  line-height: 34px;
}
#tech #r4 .rowMain .con h2 > span {
  width: 85px;
  text-align: center;
  line-height: 84px;
  font-size: 75px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
#tech #r4 .rowMain .con > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0.5rem 0;
}
#tech #r4 .rowMain .con > ul > li {
  display: inline-block;
  padding: 20px 0.5rem 20px 0;
}
#tech #r4 .rowMain .con > ul > li h4 {
  margin-top: 3px;
}
#smart {
  padding-bottom: 1rem;
}
#smart .row .before-line {
  position: relative;
  padding-left: 40px;
}
#smart .row .before-line:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  height: 1px;
  width: 32px;
  background-color: #333;
}
#smart #r1 {
  position: relative;
}
#smart #r1 .rowMain {
  position: relative;
  padding-top: 10vh;
}
#smart #r1 .rowMain .title {
  padding-right: 30%;
  position: relative;
  z-index: 5;
}
#smart #r1 .rowMain .title > div {
  color: #666666;
  display: none;
}
#smart #r1 .rowMain .title h3 {
  padding-left: 90px;
  position: relative;
  line-height: 34px;
}
#smart #r1 .rowMain .title h3 > span {
  width: 85px;
  text-align: center;
  line-height: 84px;
  font-size: 75px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
#smart #r1 .rowMain .con {
  padding-right: 30%;
  position: relative;
  z-index: 5;
}
#smart #r1 .rowMain .con .other {
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  background-size: contain;
  position: absolute;
  width: 20%;
  right: 5%;
  top: -0.5rem;
}
#smart #r1 .rowMain .con .other h1 {
  height: 100px;
  line-height: 120px;
}
#smart #r1 .rowMain .con .other > div {
  position: relative;
  width: 100%;
  height: calc(100% - 118px);
}
#smart #r1 .rowMain .con .other > div > span {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#smart #r1 .rowMain .con .other > div > span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  height: 2px;
  width: 40px;
  background-color: #fff;
}
#smart #r1 .rowMain .row-mask {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 27%;
}
#smart #r2 {
  padding-top: 1rem;
}
#smart #r2 .rowMain .pic {
  width: 40%;
}
#smart #r2 .rowMain .title h3 {
  padding-left: 90px;
  position: relative;
  line-height: 34px;
}
#smart #r2 .rowMain .title h3 > span {
  width: 85px;
  text-align: center;
  line-height: 84px;
  font-size: 65px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
#smart #r2 .rowMain .con {
  width: 56%;
}
#smart #r2 .rowMain .con .smart-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-items: center;
  margin-top: 0.5rem;
}
#smart #r2 .rowMain .con .smart-item > li {
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid #dddddd;
  margin: 20px 0;
}
#smart #r2 .rowMain .con .smart-item > li > span {
  position: relative;
  display: block;
}
#smart #r2 .rowMain .con .smart-item > li > span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 24px;
  height: 2px;
  background-color: #cd9b42;
}
#smart #r2 .rowMain .con .smart-item > li p {
  white-space: nowrap;
}
#smart #r3 {
  padding-top: 1rem;
}
#smart #r3 .con {
  position: relative;
  padding-bottom: 200px;
}
#smart #r3 .con .smart-item1 {
  margin-top: 0.5rem;
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
#smart #r3 .con .smart-item1 > li {
  overflow: hidden;
  margin: 20px 0;
}
#smart #r3 .con .smart-item1 > li > span {
  height: 40px;
  line-height: 40px;
  margin-right: 12px;
}
#smart #r3 .con .smart-item1 > li > small {
  position: relative;
  line-height: 26px;
}
#smart #r3 .con .smart-item1 > li > small:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 24px;
  background-color: #333;
}
#smart #r3 .con .canvas-box {
  pointer-events: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  position: absolute;
  z-index: 2;
}
#smart #r4 .rowMain {
  align-items: flex-start;
}
#smart #r4 .rowMain .con {
  width: 46%;
}
#smart #r4 .rowMain .con .msg > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#smart #r4 .rowMain .con .msg > ul > li {
  width: 1.4rem;
  height: 1.4rem;
  cursor: pointer;
  min-width: 80px;
  min-height: 80px;
  max-width: 120px;
  max-height: 120px;
  border: 2px solid #dddddd;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  padding: 0.1rem;
  position: relative;
  margin-right: 0.2rem;
  margin-bottom: 0.3rem;
}
#smart #r4 .rowMain .con .msg > ul > li > i {
  position: absolute;
  opacity: 0.98;
  left: 8px;
  top: 8px;
  line-height: 24px;
  z-index: 5;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#smart #r4 .rowMain .con .msg > ul > li .note {
  position: absolute;
  bottom: 8px;
  left: 8px;
  z-index: 5;
}
#smart #r4 .rowMain .con .msg > ul > li .note h3,
#smart #r4 .rowMain .con .msg > ul > li .note small {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#smart #r4 .rowMain .con .msg > ul > li:after {
  content: "";
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
}
#smart #r4 .rowMain .con .msg > ul > li:hover,
#smart #r4 .rowMain .con .msg > ul > li.on {
  border-color: #0c94d4;
}
#smart #r4 .rowMain .con .msg > ul > li:hover > i,
#smart #r4 .rowMain .con .msg > ul > li.on > i {
  color: #fff;
}
#smart #r4 .rowMain .con .msg > ul > li:hover .note h3,
#smart #r4 .rowMain .con .msg > ul > li.on .note h3,
#smart #r4 .rowMain .con .msg > ul > li:hover .note small,
#smart #r4 .rowMain .con .msg > ul > li.on .note small {
  color: #fff;
}
#smart #r4 .rowMain .con .msg > ul > li:hover:after,
#smart #r4 .rowMain .con .msg > ul > li.on:after {
  opacity: 1;
}
#smart #r5 {
  margin-top: 1rem;
}
#smart #r5 .title h3 {
  padding-left: 90px;
  position: relative;
  line-height: 34px;
}
#smart #r5 .title h3 > span {
  width: 85px;
  text-align: center;
  line-height: 84px;
  font-size: 65px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
#smart #r5 .con .smart-item2 {
  width: 100%;
  margin-top: 0.7rem;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#smart #r5 .con .smart-item2 > li {
  width: 31%;
  position: relative;
  background: url(../img/m-bg2.png) center no-repeat;
  background-size: cover;
  text-align: left;
  padding: 0.2rem 0.3rem;
}
#smart #r5 .con .smart-item2 > li > span {
  line-height: 8px;
  display: block;
}
#smart #r5 .con .smart-item2 > li .msg {
  position: relative;
  z-index: 5;
  padding: 0.24rem 0 0.6rem 0;
}
#smart #r5 .con .smart-item2 > li > i {
  position: absolute;
  left: 0.3rem;
  bottom: 0.2rem;
  font-size: 58px;
  color: #fff;
  opacity: 0.3;
  pointer-events: none;
}
#smart #r5 .con .smart-item2 > li:after {
  content: "";
  position: absolute;
  right: 0.3rem;
  bottom: 0.4rem;
  width: 20px;
  height: 1px;
  background-color: #fff;
}
#smart #r6 {
  margin-top: 1rem;
}
#smart #r6 .title h3 {
  padding-left: 90px;
  position: relative;
  line-height: 34px;
}
#smart #r6 .title h3 > span {
  width: 85px;
  text-align: center;
  line-height: 84px;
  font-size: 65px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
#smart #r6 .con .smart-item3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#smart #r6 .con .smart-item3 > li {
  margin: 32px 0;
}
#smart #r6 .con .smart-item3 > li h4 small {
  margin-right: 12px;
  text-transform: uppercase;
}
#smart #r6 .con .msg {
  position: relative;
}
#smart #r6 .con .msg > img {
  position: absolute;
  width: 28%;
  right: 10%;
  top: 6%;
}
#smart #r7 {
  margin-top: 1rem;
}
#smart #r7 .title h3 {
  padding-left: 90px;
  position: relative;
  line-height: 34px;
}
#smart #r7 .title h3 > span {
  width: 85px;
  text-align: center;
  line-height: 84px;
  font-size: 65px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
}
#smart #r7 .con .smart-item4 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
#smart #r7 .con .smart-item4 > li {
  margin: 32px 0;
}
#smart #r7 .con .smart-item4 > li h4 small {
  margin-right: 12px;
  text-transform: uppercase;
}
#smart #r7 .con .smart-item4 > li h3:before {
  content: attr(data-num);
  position: absolute;
  width: 22px;
  text-align: center;
  right: calc(100% + 15px);
  top: 0;
  font-weight: bold;
}
#smart #r7 .con .msg {
  padding: 0.8rem 0;
}
#smart #r7 .con .msg > img {
  width: 38%;
}
#smart #r7 .con .msg .box {
  width: 52%;
}
#smart #r7 .con .msg .box p {
  margin-bottom: 20px;
}
#new {
  padding-bottom: 1rem;
}
#new #r1 {
  padding-top: 1rem;
}
#new #r1 .con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#new #r1 .con .left {
  width: 47%;
}
#new #r1 .con .left #component .itemwrap {
  overflow: visible;
}
#new #r1 .con .left #component .itemwrap li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../img/n-bg3.png);
}
#new #r1 .con .left #component .Tcon {
  width: 100%;
  height: 100%;
}
#new #r1 .con .left #component .txtChange li {
  bottom: auto;
  top: -20px;
  text-align: left;
}
#new #r1 .con .left #component .txtChange li .date {
  text-align: center;
  display: inline-block;
  padding: 10px 15px;
  margin: 0 0.8rem 0 0.3rem;
  background: url(../img/n-bg2.jpg) center no-repeat;
}
#new #r1 .con .left #component .txtChange li .date > span {
  border-bottom: 1px solid #fff;
}
#new #r1 .con .left #component .pageChange {
  left: auto;
  right: 30px;
}
#new #r1 .con .left #component .pageChange li {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  line-height: 10px;
  text-align: center;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0.2rem 0.1rem;
}
#new #r1 .con .left #component .pageChange li.on {
  background-color: #ffffff;
  width: 22px;
}
#new #r1 .con .right {
  width: 47%;
}
#new #r1 .con .right#msg-item .msg {
  display: none;
}
#new #r1 .con .right#msg-item .msg.on {
  display: block;
}
#new #r2 {
  padding-top: 0.7rem;
}
#new #r2 #new-item > li {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 0.3rem 0;
  border-bottom: 1px solid #dddddd;
}
#new #r2 #new-item > li .date {
  text-align: center;
  padding: 10px 15px;
  margin: 0 0.8rem 0 0.3rem;
  background: url(../img/n-bg.jpg) center no-repeat;
  background-size: contain;
}
#new #r2 #new-item > li .date > span {
  border-bottom: 1px solid #fff;
}
#new #r2 #new-item > li .date p {
  white-space: nowrap;
}
#new #r2 #new-item > li .msg {
  width: 64%;
  padding-right: 6%;
}
#new #r2 #new-item > li .pic {
  width: 24%;
}
#new_detail {
  padding-bottom: 0.8rem;
}
#new_detail #r1 {
  padding-bottom: 0.3rem;
}
#new_detail #r1 .rowMain {
  max-width: 900px;
}
#new_detail #r1 .title {
  margin: 0.6rem;
}
#new_detail #r1 .title p {
  margin-top: 0.1rem;
  display: flex;
  width: 100%;
  justify-content: center;
}
#new_detail #r1 .title p span {
  display: inline-block;
  margin: 0 14px;
}
#new_detail #r1 .con img {
  display: block;
  margin: 0.2rem auto;
  max-width: 99.99%;
}
#new_detail #btm {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 0.4rem;
  padding-top: 70px;
  align-items: stretch;
}
#new_detail #btm .return {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 5px;
  width: 140px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  border-radius: 6px;
}
#new_detail #btm .list {
  width: 50%;
  padding: 12px 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#new_detail #btm .list > i {
  font-size: 34px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
}
#new_detail #btm .list p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#new_detail #btm .list.p-hide > i {
  opacity: 0;
  pointer-events: none;
}
#new_detail #btm .list.p-hide p {
  opacity: 0;
  pointer-events: none;
}
#new_detail #btm:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  height: calc(100% - 70px);
  width: 1px;
  background-color: #eee;
}
#ad #r1 {
  padding-top: 0.6rem;
}
#ad #r1 .con {
  padding: 0.4rem 0 1rem 0;
}
#ad #r1 .con .component nav > a {
  background-color: rgba(0, 0, 0, 0.5);
}
#ad #r2 {
  padding: 0.6rem 0 2rem 0;
  background: url(../img/a-bg.jpg) top center no-repeat #ffffff;
  background-size: 100%;
}
#ad #r2 .con {
  background-color: #fff;
  padding: 20px 30px;
  box-shadow: 0 40px 80px -8px rgba(41, 115, 154, 0.25);
}
#ad #r2 .con .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}
#ad #r2 .con .top .tab {
  width: 64%;
  padding: 0.3rem 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ad #r2 .con .top .tab > li {
  margin: 0 12px 0 0;
  text-align: center;
  padding: 8px 24px;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#ad #r2 .con .top .tab > li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
}
#ad #r2 .con .top .tab > li.on,
#ad #r2 .con .top .tab > li:hover {
  color: #fff;
}
#ad #r2 .con .top .tab > li.on:after,
#ad #r2 .con .top .tab > li:hover:after {
  opacity: 1;
}
#ad #r2 .con .top .search > input {
  float: left;
  height: 38px;
  line-height: 38px;
  border: none;
  background-color: #f4f8fb;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#ad #r2 .con .top .search > a {
  float: left;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 5px;
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  color: #fff;
  margin-left: -5px;
}
#ad #r2 .con .mid {
  position: relative;
  z-index: 10;
}
#ad #r2 .con .mid .part > li {
  margin: 16px 0;
  border: 1px solid #eee;
  position: relative;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#ad #r2 .con .mid .part > li > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
#ad #r2 .con .mid .part > li > div > span,
#ad #r2 .con .mid .part > li > div > a {
  color: #555555;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#ad #r2 .con .mid .part > li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#ad #r2 .con .mid .part > li:hover > span {
  color: #fff;
}
#ad #r2 .con .mid .part > li:hover > span > i {
  color: #fff;
}
#ad #r2 .con .mid .part > li:hover > div > span,
#ad #r2 .con .mid .part > li:hover > div > a {
  color: #fff;
}
#ad #r2 .con .mid .part > li:hover:after {
  opacity: 1;
}
#video #r1,
#download #r1 {
  padding-bottom: 1rem;
}
#video #r1 .title,
#download #r1 .title {
  width: 100%;
  padding: 0.7rem 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#video #r1 .title > li,
#download #r1 .title > li {
  margin: 0 12px;
  text-align: center;
  padding: 8px 24px;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#video #r1 .title > li:after,
#download #r1 .title > li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
}
#video #r1 .title > li.on,
#download #r1 .title > li.on,
#video #r1 .title > li:hover,
#download #r1 .title > li:hover {
  color: #fff;
}
#video #r1 .title > li.on:after,
#download #r1 .title > li.on:after,
#video #r1 .title > li:hover:after,
#download #r1 .title > li:hover:after {
  opacity: 1;
}
#video #r1 .con .part,
#download #r1 .con .part {
  display: none;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#video #r1 .con .part .box,
#download #r1 .con .part .box {
  width: 32%;
  margin: 0 0.5%;
  margin-bottom: 0.32rem;
  padding: 12px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#video #r1 .con .part .box .pic,
#download #r1 .con .part .box .pic {
  position: relative;
  overflow: hidden;
}
#video #r1 .con .part .box .pic:after,
#download #r1 .con .part .box .pic:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  opacity: 0;
}
#video #r1 .con .part .box .pic .play,
#download #r1 .con .part .box .pic .play {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
#video #r1 .con .part .box .msg,
#download #r1 .con .part .box .msg {
  padding: 10px 8px 0 8px;
}
#video #r1 .con .part .box .msg p,
#download #r1 .con .part .box .msg p {
  height: 25px;
  line-height: 25px;
}
#video #r1 .con .part .box .msg p > a,
#download #r1 .con .part .box .msg p > a {
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  height: 25px;
  line-height: 25px;
}
#video #r1 .con .part .box .msg .date,
#download #r1 .con .part .box .msg .date {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1.2;
}
#video #r1 .con .part .box .msg .date > a:hover,
#download #r1 .con .part .box .msg .date > a:hover {
  color: #cd9b42;
}
#video #r1 .con .part .box:hover,
#download #r1 .con .part .box:hover {
  padding: 12px;
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  box-shadow: 0 10px 40px -4px rgba(14, 105, 156, 0.25);
}
#video #r1 .con .part .box:hover .pic:after,
#download #r1 .con .part .box:hover .pic:after {
  opacity: 0.6;
}
#video #r1 .con .part .box:hover .pic .play,
#download #r1 .con .part .box:hover .pic .play {
  opacity: 1;
  pointer-events: auto;
}
#video #r1 .con .part .box:hover .msg p > a,
#download #r1 .con .part .box:hover .msg p > a {
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#video #r1 .con .part.on,
#download #r1 .con .part.on {
  display: flex;
}
#contact {
  background-color: #fff;
}
#contact #r1 {
  margin-top: 10vh;
}
#contact #r1 .title {
  position: relative;
  z-index: 10;
}
#contact #r1 .title .msg {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.36rem;
  box-shadow: 0 30px 90px -5px rgba(14, 105, 156, 0.3);
  background-color: #fff;
}
#contact #r1 .title .msg h2 {
  color: #d1dce4;
}
#contact #r1 .title .msg .note > li {
  position: relative;
  padding-left: 1.2rem;
  margin: 0.32rem 0;
}
#contact #r1 .title .msg .note > li > span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1rem;
  text-align: center;
  display: inline-block;
}
#contact #r1 .title .msg .note > li > span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 2px;
  height: 74%;
  background-color: #d1dce4;
}
#contact #r1 .con {
  width: 100vw;
  height: 80vh;
  overflow: hidden;
}
#contact #r1 .con #Tmap {
  width: 100%;
  height: 80vh;
  opacity: 0.8;
}
#contact #r1 .con #Tmap .anchorBL {
  display: none;
}
#job #r1 {
  padding: 0.8rem 0;
}
#job #r1 .con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#job #r1 .con .right img {
  max-width: 100%;
}
#job #r2 {
  position: relative;
}
#job #r2 .line {
  height: 1px;
  width: 100%;
  left: 0;
  top: 78px;
  background-color: #eee;
  position: absolute;
  z-index: 2;
}
#job #r2 .con {
  text-align: right;
  position: relative;
  z-index: 6;
  margin-bottom: 0.5rem;
}
#job #r2 .con .icon-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  width: 45%;
}
#job #r2 .con .icon-item > li > i {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#job #r2 .con .icon-item > li p {
  position: relative;
  box-sizing: content-box;
  height: 48px;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#job #r2 .con .icon-item > li p:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #555555;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#job #r2 .con .icon-item > li.on > i {
  color: #cd9b42;
}
#job #r2 .con .icon-item > li.on p {
  color: #333;
}
#job #r2 .con .icon-item > li.on p:after {
  background-color: #cd9b42;
}
#job #r2 .con .title {
  display: inline-block;
  text-align: left;
  padding: 0 0.4rem;
  background-color: #fff;
}
#job #r2 .photo-item {
  position: relative;
  z-index: 3;
  width: 100%;
  -webkit-perspective: 1600px;
  perspective: 1600px;
  padding-top: 1.2rem;
}
#job #r2 .photo-item .msg-item {
  z-index: 20;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
}
#job #r2 .photo-item .msg-item .box {
  width: 48%;
  position: relative;
  padding: 5% 3%;
}
#job #r2 .photo-item .msg-item .box .msg {
  position: relative;
  z-index: 5;
  display: none;
}
#job #r2 .photo-item .msg-item .box .msg h2 {
  position: relative;
  padding-left: 30px;
}
#job #r2 .photo-item .msg-item .box .msg h2:after {
  content: "";
  height: 1px;
  width: 20px;
  background-color: #fff;
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#job #r2 .photo-item .msg-item .box .msg.on {
  display: block;
}
#job #r2 .photo-item .msg-item .box .page-nav {
  position: relative;
  z-index: 5;
  margin-top: 0.6rem;
}
#job #r2 .photo-item .msg-item .box .page-nav .iconfont {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  line-height: 0.5rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  color: #0999d5;
  font-size: 29px;
  vertical-align: sub;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#job #r2 .photo-item .msg-item .box .page-nav .iconfont:hover {
  background-color: #fff;
}
#job #r2 .photo-item .msg-item .box .other {
  position: absolute;
  z-index: 3;
  width: 38%;
  bottom: 0;
  right: 8%;
}
#job #r2 .photo-item .msg-item .box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
}
#job #r2 .photo-item > img {
  opacity: 0;
  width: 100%;
  pointer-events: none;
}
#job #r2 .photo-item .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  top: 1.2rem;
  height: auto;
  animation-duration: 2.4s;
  opacity: 0;
}
#job #r2 .photo-item .bg .num {
  font-size: 120px;
  bottom: 88%;
  text-align: right;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(90deg, #03aedb 0%, #137acc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#job #r2 .photo-item .bg.on {
  opacity: 1;
}
#job #r2 .photo-item .bg.navInPrev {
  -webkit-animation: swingInPrev 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: swingInPrev 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
#job #r2 .photo-item .bg.navOutPrev {
  -webkit-animation: swingOutPrev 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: swingOutPrev 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
#job #r2 .photo-item .bg.navInNext {
  -webkit-animation: swingInNext 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: swingInNext 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  z-index: 10;
}
#job #r2 .photo-item .bg.navOutNext {
  -webkit-animation: swingOutNext 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: swingOutNext 1.2s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
#job #r3 {
  padding: 0.8rem 0;
}
#job #r3 .con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.6rem 0;
}
#job #r3 .con .list {
  background-color: #f4f8fb;
  width: 42%;
  position: relative;
  padding: 24px 3.6%;
}
#job #r3 .con .list > img {
  position: absolute;
  bottom: -2px;
  right: 8%;
}
#job #r3 .con .list .look {
  display: inline-block;
  right: 8%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#search .sr {
  max-width: 900px;
  padding: 100px 0;
}
#search .sr .search-con {
  text-align: center;
}
#search .sr .sr .hl {
  color: #cd9b42;
  text-decoration: underline;
}
#search .sr .con {
  border: 1px solid #ccc;
  display: inline-block;
  width: 400px;
  position: relative;
  margin-bottom: 20px;
}
#search .sr .con .text {
  float: left;
  width: 75%;
  line-height: 50px;
  height: 50px;
  text-indent: 10px;
  border: 1px solid #cd9b42;
}
#search .sr .con .iconfont {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  width: 25%;
  cursor: pointer;
  background-color: #cd9b42;
  border: none;
  color: #fff;
}
#search .sr .con .iconfont:hover {
  background: #3fa683;
  color: #fff;
}
#search .sr .list {
  padding: 50px 0;
}
#search .sr .list .item {
  margin-bottom: 10px;
}
#search .sr .list .item a {
  display: block;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#search .sr .list .item:hover a {
  transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
#search .sr .list .item h5 {
  font-weight: normal;
  font-size: 18px;
  line-height: 40px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 15px;
}
#search .sr .list .item font {
  color: #cd9b42;
}
#search .sr .list .item h5 span {
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #dadada;
}
#search .sr .list .item p {
  line-height: 24px;
  font-size: 14px;
}
#search .sr .pager {
  text-align: center;
}
#search .sr .pager ul {
  display: inline-block;
}
#search .sr .pager ul li {
  display: inline-block;
}
#search .sr .pager ul li a {
  display: block;
  margin: 0 5px;
  min-width: 15px;
  text-align: center;
  padding: 0 10px;
  line-height: 35px;
  border: 1px solid #dadada;
}
#search .sr .pager ul li a.active,
#search .sr .pager ul li a:hover {
  background: #3fa683;
  color: #fff;
  border-color: #3fa683;
}
#medio_dialog {
  z-index: 2000;
}
#medio_dialog .dialog_content {
  width: auto;
  max-width: inherit;
  min-width: inherit;
  padding: 2em;
}
#medio_dialog .dialog_content video {
  width: 70vw;
  opacity: 1;
  object-fit: cover;
}
#medio_dialog .dialog_content [data-dialog-close] {
  position: absolute;
  display: inline-block;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  line-height: 0.38rem;
  text-align: center;
  right: 0rem;
  bottom: 102%;
  color: #fff;
}
#msg-dialog {
  z-index: 2000;
}
#msg-dialog .dialog_content {
  width: 67vw;
  max-width: inherit;
  min-width: inherit;
  padding: 4em 4em 5em 4em;
}
#msg-dialog .dialog_content #ajax-msg {
  max-height: 64vh;
  overflow: auto;
  min-height: 36vh;
}
#msg-dialog .dialog_content #ajax-msg img {
  margin: 18px 0;
}
#msg-dialog .dialog_content [data-dialog-close] {
  position: absolute;
  display: inline-block;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  line-height: 0.38rem;
  text-align: center;
  right: 0rem;
  bottom: 102%;
  color: #fff;
}
@keyframes line {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes wave {
  from {
    opacity: 1;
    transform: scale(0.2);
  }
  to {
    opacity: 0;
    transform: scale(1.6);
  }
}
@-moz-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 50px;
  }
}
@-webkit-keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 50px;
  }
}
@keyframes dothabottomcheck {
  0% {
    height: 0;
  }
  100% {
    height: 50px;
  }
}
@keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 120px;
  }
}
@-webkit-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 120px;
  }
}
@-moz-keyframes dothatopcheck {
  0% {
    height: 0;
  }
  50% {
    height: 0;
  }
  100% {
    height: 120px;
  }
}
/* featured-area */
#featured-area {
  position: relative;
  height: 337px;
  width: 950px;
  margin: 40px auto 0 auto;
}
#featured-area nav {
  height: 40px;
  pointer-events: none;
  width: 110%;
  overflow: hidden;
  left: -5%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1000;
}
#featured-area nav > a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  pointer-events: auto;
  background-color: #dbdbdb;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
#featured-area nav > a:hover {
  background-color: #cd9b42;
}
.roundabout-holder {
  list-style: none;
  width: 500px;
  height: 300px;
  margin: 0px auto;
}
.roundabout-moveable-item {
  pointer-events: none;
  font-size: 12px !important;
  height: 300px;
  width: 600px;
  filter: blur(3px);
  cursor: pointer;
  background: #f9f9f9;
  transition: box-shadow 0.4s ease-in-out, filter 0.3s ease-in-out;
}
.roundabout-moveable-item img {
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  margin: 0;
}
.roundabout-in-focus {
  cursor: auto;
  box-shadow: 0 20px 80px -4px rgba(41, 115, 154, 0.2);
  filter: blur(0px);
}
.roundabout-in-focus:hover {
  background: #f9f9f9;
}
.roundabout-holder span {
  display: none;
}
.roundabout-in-focus:hover span {
  display: inline;
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 8px 20px;
  background: #f9f9f9;
  color: #3366cc;
  z-index: 999;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topLeft: 5px;
  border-left: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
}
.roundabout a:active,
.roundabout a:focus,
.roundabout a:visited {
  outline: none;
  text-decoration: none;
}
.roundabout li {
  margin: 0;
}
.pub_img_box {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 0 .4rem;
}
.pub_img_box:before {
  content: '';
  display: block;
  width: 100%;
  margin-top: 61.26%;
}
.pub_img_box .pub_img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
}
.def_block > div {
  width: 100vw;
  height: 100%;
  position: relative;
}
.def_block > div .con {
  height: 100%;
}
.def_block > div #Tmap {
  width: 100%;
  height: 100%;
  opacity: .8;
}
.def_block > div .title {
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 5;
  width: 80%;
}
.def_block > div .title .msg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0.36rem;
  box-shadow: 0 30px 90px -5px #0e699c;
  background-color: #fff;
  pointer-events: auto;
}
.def_block > div .title .msg h2 {
  color: #d1dce4;
}
.def_block > div .title .msg .pr-36 {
  padding-right: 36px;
}
.def_block > div .title .msg .mt-40 {
  margin-top: 40px;
}
.def_block > div .title .msg .note > li {
  position: relative;
  padding-left: 1.2rem;
  margin: 0.32rem 0;
  text-align: left;
}
.def_block > div .title .msg .note > li > span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1rem;
  text-align: center;
  display: inline-block;
}
.def_block > div .title .msg .note > li > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 2px;
  height: 74%;
  background-color: #d1dce4;
}
.def_block > div .title .msg .note > li .layout-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
}
.bus_list_box {
  display: flex;
  flex-wrap: wrap;
}
.bus_list_box a {
  width: calc((100% - 1.2rem) / 4);
  margin-bottom: .4rem;
  margin-right: .4rem;
  box-shadow: 0 0.2rem 0.6rem -0.1rem rgba(0, 0, 0, 0.1);
  transition: margin-top 0.5s ease-in-out;
  background-color: #fff;
  padding: .2rem .35rem .35rem;
}
.bus_list_box a:nth-child(4n) {
  margin-right: 0;
}
.bus_list_box a .bus_title {
  display: flex;
  align-items: center;
  font-size: .24rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #555555;
  line-height: 1.5;
}
.bus_list_box a .bus_title span {
  background: linear-gradient(135deg, #8b535e 0%, #ffffff 100%);
  font-size: .24rem;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-flex;
  margin-right: .1rem;
}
.bus_list_box a .bus_info {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  work-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: .18rem;
  line-height: 1.5;
  height: .81rem;
  color: #b3b1b1;
  text-align: justify;
  margin-top: .05rem;
}
.bus_list_box a .bus_img_box {
  box-shadow: 0 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.05);
  padding-bottom: .25rem;
  margin-top: .2rem;
}
.bus_list_box a .img_name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #535353;
  font-size: .16rem;
  line-height: 1;
  width: calc(99.6%);
  margin-left: .2rem;
  margin-top: .25rem;
}
@media screen and (orientation: landscape) {
  .bus_list_box a:hover {
    margin-top: -0.2rem;
  }
}
#index {
  height: auto;
}
#index #top {
  height: calc(30.2604vw + 0.8rem);
}
#index #r1 {
  height: 80vh;
}
#index #r2 {
  display: flex;
  align-items: center;
  position: relative;
}
#index #r2 .bus_list_box_i {
  margin-top: .5rem;
  display: flex;
  justify-content: space-between;
}
#index #r2 .bus_list_box_i > div {
  width: 48.75%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index #r2 .bus_list_box_i > div a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 47.5%;
  margin-bottom: 5%;
}
#index #r2 .bus_list_box_i > div a:nth-last-child(1),
#index #r2 .bus_list_box_i > div a:nth-last-child(2) {
  margin-bottom: 0;
}
#index #r2 .bus_list_box_i > div a::after {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
#index #r2 .bus_list_box_i > div a .bus_i_title {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.5;
  padding: .2rem .3rem;
  font-size: .18rem;
  color: #fff;
  z-index: 2;
}
#index #r2 .bus_list_box_i > div a .pub_img_box {
  transition: transform 0.5s ease-in-out;
}
@media screen and (orientation: landscape) {
  #index #r2 .bus_list_box_i > div a:hover .pub_img_box {
    transform: scale(1.2);
  }
}
@media screen and (orientation: landscape) {
  #index #r2 .bus_list_box_i > div:first-child {
    display: block;
  }
  #index #r2 .bus_list_box_i > div:first-child a {
    width: 100%;
    height: 100%;
  }
  #index #r2 .bus_list_box_i > div:first-child a .pub_img_box {
    height: 100%;
  }
  #index #r2 .bus_list_box_i > div:first-child a .pub_img_box::before {
    display: none;
  }
}
#index #r2 .rowMain {
  padding-bottom: 1rem;
}
#index #r3 .rowMain {
  padding-top: 1.2rem;
}
#index #r3 .rowMain .con {
  height: auto;
}
#index #r4 {
  height: 80vh;
}
#index .row {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 1;
}
@media screen and (orientation: landscape) {
  .component > ul > li {
    background-size: contain !important;
  }
}
.component .Tcon .pageChange > li {
  height: 2px;
}
.component nav .moveNext {
  right: .1rem;
}
.component nav .movePrev {
  left: .1rem;
}
.component nav > a {
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.5s ease-in-out;
}
@media screen and (orientation: landscape) {
  .component nav > a:hover {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
#contact_new {
  padding: 32px 25px;
  /* width: 488px; */
  margin: auto;
  background-color: #fff;
  box-shadow: 0 4px 14px 4px rgba(4, 0, 0, 0.1);
}
.ct .contact .l p {
  font-size: 16px;
}
#contact_new h1 img {
  vertical-align: middle;
  margin-right: 20px;
}
#contact_new h1 {
  font-size: 18px;
  margin-bottom: 24px;
}
#contact_new div input[type=text] {
  background-color: #fbfbfb;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 0 12px;
  width: 100%;
  height: 42px;
  box-sizing: border-box;
}
#contact_new div textarea {
  background-color: #fbfbfb;
  border: 1px solid #eee;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  height: 120px;
}
#contact_new div input[type=submit] {
  background-color: #cd9b42;
  color: #fff;
  border-radius: 5px;
  padding: 0 12px;
  width: 100%;
  height: 42px;
  box-sizing: border-box;
}
#contact_new div {
  margin-bottom: 24px;
  width: 100%;
}
.respond_error {
  color: #cd9b42;
}
.respond_right {
  color: #4cac00;
}
.after-inner #top {
  position: relative;
}
.after-inner #top .other {
  position: absolute;
  left: 0;
  bottom: -0.45rem;
  height: 0.9rem;
  width: 96%;
  background-color: #fff;
  border-top-right-radius: 0.4rem;
  box-shadow: 0px 3px 104px 13px rgba(48, 48, 48, 0.18);
}
.after-inner #top .other .tree {
  height: 100%;
}
.after-inner #top .other .tree > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.after-inner #top .other .tree > ul > li {
  position: relative;
  margin-right: 1.25%;
  width: 19%;
  text-align: center;
  height: 100%;
}
.after-inner #top .other .tree > ul > li:last-of-type {
  margin-right: 0;
}
.after-inner #top .other .tree > ul > li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #e3b963, #cd9b42);
  opacity: 0;
  border-radius: 0.4rem 0 0.4rem 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.after-inner #top .other .tree > ul > li > a {
  position: relative;
  z-index: 5;
  display: block;
  line-height: 0.9rem;
  white-space: nowrap;
  color: #666;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.after-inner #top .other .tree > ul > li.on:after,
.after-inner #top .other .tree > ul > li:hover:after {
  opacity: 1;
}
.after-inner #top .other .tree > ul > li.on > a,
.after-inner #top .other .tree > ul > li:hover > a {
  color: #fff;
}
@media screen and (orientation: portrait) {
  .bus_list_box a {
    width: 100%;
    margin-right: 0;
  }
  #index #top {
    height: calc(39.7333vw + 50px);
  }
  #index #top .indexBanner #component .Tcon .txtChange li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #index #r1 {
    /* height: auto; */
  }
  #index #r3 .rowMain .con {
    margin-top: 0;
  }
  #index #r3 .rowMain .con .box .pic {
    width: 100%;
  }
  #index #r2 .bus_list_box_i {
    display: block;
  }
  #index #r2 .bus_list_box_i > div {
    width: 100%;
  }
  #index #r2 .bus_list_box_i > div:first-child a {
    width: 100%;
    margin-bottom: 5%;
  }
}

#scan_img{text-align: center;}
#scan_img img{width:100%;}